Html Css Color HEX #ED406B Cerise

📋 copy color: '#ED406B'

red 237 ◦ green 64 ◦ blue 107

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

Shades of Cerise #ED406B

Tints of Cerise #ED406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.69%

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 58.09%
G = 15.69%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED406B (or 0xED406B) is known color: Cerise. HEX triplet: ED, 40 and 6B. RGB value is (237,64,107). Sum of RGB (Red+Green+Blue) = 237+64+107=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED406B is #12BF94. Grayscale: #787878. Windows color (decimal): -1228693 or 7028973. OLE color: 7028973.

HSL color Cylindrical-coordinate representation of color #ED406B: hue angle of 345.09º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED406B is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 107 -
CMYK 0 0.73 0.55 0.07
HSL 345.09º 0.83% 0.59% -
HSV(B) 345.09º 0.73% 0.93% -
XYZ 39.41 22.73 16.22 -
YUV 120.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 237 64 107 0 0.73 0.55 0.07 345.09 0.83 0.59
Hex ED 40 6B 0 49 37 7 159 53 3B
Octal 355 100 153 0 111 67 7 531 123 73
Binary 11101101 1000000 1101011 0 1001001 110111 111 101011001 1010011 111011

Color Harmonies of #ED406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED406B

Black with #ED406B

Text Example


Text Example

White with #ED406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED406B; }

 p { color: rgb(237,64,107); }

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

background-color css

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

 a { background-color: rgb(237,64,107); }

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

border-color css

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

 span { border-color: rgb(237,64,107); }

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