Html Css Color HEX #ED455C Radical Red

📋 copy color: '#ED455C'

red 237 ◦ green 69 ◦ blue 92

#ED455C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #ED455C

Tints of Radical Red #ED455C

RGB

 RED value IS 237 (92.97% from 255) = 59.55%

 GREEN value IS 69 (27.34% from 255) = 17.34%

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 59.55%
G = 17.34%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED455C (or 0xED455C) is known color: Radical Red. HEX triplet: ED, 45 and 5C. RGB value is (237,69,92). Sum of RGB (Red+Green+Blue) = 237+69+92=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED455C is #12BAA3. Grayscale: #797979. Windows color (decimal): -1227428 or 6047213. OLE color: 6047213.

HSL color Cylindrical-coordinate representation of color #ED455C: hue angle of 351.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED455C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 92 -
CMYK 0 0.71 0.61 0.07
HSL 351.79º 0.82% 0.6% -
HSV(B) 351.79º 0.71% 0.93% -
XYZ 38.98 23.03 12.52 -
YUV 121.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 237 69 92 0 0.71 0.61 0.07 351.79 0.82 0.6
Hex ED 45 5C 0 47 3D 7 160 52 3C
Octal 355 105 134 0 107 75 7 540 122 74
Binary 11101101 1000101 1011100 0 1000111 111101 111 101100000 1010010 111100

Color Harmonies of #ED455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED455C

Black with #ED455C

Text Example


Text Example

White with #ED455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED455C; }

 p { color: rgb(237,69,92); }

 H1.HeaderClassName
 {
   color: #ED455C;
 }
 .AnyTagClassName
 {
   color: #ED455C;
 }
</style>

background-color css

<style>
 a { background-color: #ED455C; }

 a { background-color: rgb(237,69,92); }

 div.DivClassName
 {
   background-color: #ED455C;
 }
 .BgClassName
 {
   background-color: #ED455C;
 }
</style>

border-color css

<style>
 span { border-color: #ED455C; }

 span { border-color: rgb(237,69,92); }

 td.TdClassName
 {
   border-color: #ED455C;
 }
 .TagClassName
 {
   border-color: #ED455C;
 }
</style>