Html Css Color HEX #ED455B Radical Red

📋 copy color: '#ED455B'

red 237 ◦ green 69 ◦ blue 91

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

Shades of Radical Red #ED455B

Tints of Radical Red #ED455B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 59.7%
G = 17.38%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED455B (or 0xED455B) is known color: Radical Red. HEX triplet: ED, 45 and 5B. RGB value is (237,69,91). Sum of RGB (Red+Green+Blue) = 237+69+91=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED455B is #12BAA4. Grayscale: #797979. Windows color (decimal): -1227429 or 5981677. OLE color: 5981677.

HSL color Cylindrical-coordinate representation of color #ED455B: hue angle of 352.14º 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 #ED455B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 69 91 -
CMYK 0 0.71 0.62 0.07
HSL 352.14º 0.82% 0.6% -
HSV(B) 352.14º 0.71% 0.93% -
XYZ 38.94 23.02 12.29 -
YUV 121.74 110.66 210.21 -
System Red Green Blue C M Y K H S L
Decimal 237 69 91 0 0.71 0.62 0.07 352.14 0.82 0.6
Hex ED 45 5B 0 47 3E 7 160 52 3C
Octal 355 105 133 0 107 76 7 540 122 74
Binary 11101101 1000101 1011011 0 1000111 111110 111 101100000 1010010 111100

Color Harmonies of #ED455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED455B

Black with #ED455B

Text Example


Text Example

White with #ED455B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED455B; }

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

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

background-color css

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

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

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

border-color css

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

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

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