Html Css Color HEX #ED445C Radical Red

📋 copy color: '#ED445C'

red 237 ◦ green 68 ◦ blue 92

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

Shades of Radical Red #ED445C

Tints of Radical Red #ED445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 59.7%
G = 17.13%
B = 23.17%

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

#ED445C (or 0xED445C) is known color: Radical Red. HEX triplet: ED, 44 and 5C. RGB value is (237,68,92). Sum of RGB (Red+Green+Blue) = 237+68+92=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED445C is #12BBA3. Grayscale: #797979. Windows color (decimal): -1227684 or 6046957. OLE color: 6046957.

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

Color convert

RGB 237 68 92 -
CMYK 0 0.71 0.61 0.07
HSL 351.48º 0.82% 0.6% -
HSV(B) 351.48º 0.71% 0.93% -
XYZ 38.92 22.91 12.5 -
YUV 121.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 237 68 92 0 0.71 0.61 0.07 351.48 0.82 0.6
Hex ED 44 5C 0 47 3D 7 15F 52 3C
Octal 355 104 134 0 107 75 7 537 122 74
Binary 11101101 1000100 1011100 0 1000111 111101 111 101011111 1010010 111100

Color Harmonies of #ED445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED445C

Black with #ED445C

Text Example


Text Example

White with #ED445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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