Html Css Color HEX #EB406A Cerise

📋 copy color: '#EB406A'

red 235 ◦ green 64 ◦ blue 106

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

Shades of Cerise #EB406A

Tints of Cerise #EB406A

RGB

 RED value IS 235 (92.19% from 255) = 58.02%

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 58.02%
G = 15.8%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB406A (or 0xEB406A) is known color: Cerise. HEX triplet: EB, 40 and 6A. RGB value is (235,64,106). Sum of RGB (Red+Green+Blue) = 235+64+106=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB406A is #14BF95. Grayscale: #777777. Windows color (decimal): -1359766 or 6963435. OLE color: 6963435.

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

Color convert

RGB 235 64 106 -
CMYK 0 0.73 0.55 0.08
HSL 345.26º 0.81% 0.59% -
HSV(B) 345.26º 0.73% 0.92% -
XYZ 38.7 22.37 15.91 -
YUV 119.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 235 64 106 0 0.73 0.55 0.08 345.26 0.81 0.59
Hex EB 40 6A 0 49 37 8 159 51 3B
Octal 353 100 152 0 111 67 10 531 121 73
Binary 11101011 1000000 1101010 0 1001001 110111 1000 101011001 1010001 111011

Color Harmonies of #EB406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB406A

Black with #EB406A

Text Example


Text Example

White with #EB406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB406A; }

 p { color: rgb(235,64,106); }

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

background-color css

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

 a { background-color: rgb(235,64,106); }

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

border-color css

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

 span { border-color: rgb(235,64,106); }

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