Html Css Color HEX #ED4666 Radical Red

📋 copy color: '#ED4666'

red 237 ◦ green 70 ◦ blue 102

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

Shades of Radical Red #ED4666

Tints of Radical Red #ED4666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.11%

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 57.95%
G = 17.11%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED4666 (or 0xED4666) is known color: Radical Red. HEX triplet: ED, 46 and 66. RGB value is (237,70,102). Sum of RGB (Red+Green+Blue) = 237+70+102=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4666 is #12B999. Grayscale: #7B7B7B. Windows color (decimal): -1227162 or 6702829. OLE color: 6702829.

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

Color convert

RGB 237 70 102 -
CMYK 0 0.70 0.57 0.07
HSL 348.5º 0.82% 0.6% -
HSV(B) 348.5º 0.7% 0.93% -
XYZ 39.51 23.34 14.99 -
YUV 123.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 237 70 102 0 0.70 0.57 0.07 348.5 0.82 0.6
Hex ED 46 66 0 46 39 7 15D 52 3C
Octal 355 106 146 0 106 71 7 535 122 74
Binary 11101101 1000110 1100110 0 1000110 111001 111 101011101 1010010 111100

Color Harmonies of #ED4666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4666

Black with #ED4666

Text Example


Text Example

White with #ED4666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4666; }

 p { color: rgb(237,70,102); }

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

background-color css

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

 a { background-color: rgb(237,70,102); }

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

border-color css

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

 span { border-color: rgb(237,70,102); }

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