Html Css Color HEX #ED455E Radical Red

📋 copy color: '#ED455E'

red 237 ◦ green 69 ◦ blue 94

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

Shades of Radical Red #ED455E

Tints of Radical Red #ED455E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 59.25%
G = 17.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED455E (or 0xED455E) is known color: Radical Red. HEX triplet: ED, 45 and 5E. RGB value is (237,69,94). Sum of RGB (Red+Green+Blue) = 237+69+94=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED455E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED455E is #12BAA1. Grayscale: #7A7A7A. Windows color (decimal): -1227426 or 6178285. OLE color: 6178285.

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

Color convert

RGB 237 69 94 -
CMYK 0 0.71 0.60 0.07
HSL 351.07º 0.82% 0.6% -
HSV(B) 351.07º 0.71% 0.93% -
XYZ 39.07 23.07 12.98 -
YUV 122.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 237 69 94 0 0.71 0.60 0.07 351.07 0.82 0.6
Hex ED 45 5E 0 47 3C 7 15F 52 3C
Octal 355 105 136 0 107 74 7 537 122 74
Binary 11101101 1000101 1011110 0 1000111 111100 111 101011111 1010010 111100

Color Harmonies of #ED455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED455E

Black with #ED455E

Text Example


Text Example

White with #ED455E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED455E; }

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

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

background-color css

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

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

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

border-color css

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

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

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