Html Css Color HEX #EA3868 Cerise

📋 copy color: '#EA3868'

red 234 ◦ green 56 ◦ blue 104

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

Shades of Cerise #EA3868

Tints of Cerise #EA3868

RGB

 RED value IS 234 (91.8% from 255) = 59.39%

 GREEN value IS 56 (22.27% from 255) = 14.21%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 59.39%
G = 14.21%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA3868 (or 0xEA3868) is known color: Cerise. HEX triplet: EA, 38 and 68. RGB value is (234,56,104). Sum of RGB (Red+Green+Blue) = 234+56+104=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3868 is #15C797. Grayscale: #727272. Windows color (decimal): -1427352 or 6830314. OLE color: 6830314.

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

Color convert

RGB 234 56 104 -
CMYK 0 0.76 0.56 0.08
HSL 343.82º 0.81% 0.57% -
HSV(B) 343.82º 0.76% 0.92% -
XYZ 37.84 21.32 15.22 -
YUV 114.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 234 56 104 0 0.76 0.56 0.08 343.82 0.81 0.57
Hex EA 38 68 0 4C 38 8 158 51 39
Octal 352 70 150 0 114 70 10 530 121 71
Binary 11101010 111000 1101000 0 1001100 111000 1000 101011000 1010001 111001

Color Harmonies of #EA3868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3868

Black with #EA3868

Text Example


Text Example

White with #EA3868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3868; }

 p { color: rgb(234,56,104); }

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

background-color css

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

 a { background-color: rgb(234,56,104); }

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

border-color css

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

 span { border-color: rgb(234,56,104); }

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