Html Css Color HEX #EA386C Cerise

📋 copy color: '#EA386C'

red 234 ◦ green 56 ◦ blue 108

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

Shades of Cerise #EA386C

Tints of Cerise #EA386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 58.79%
G = 14.07%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA386C (or 0xEA386C) is known color: Cerise. HEX triplet: EA, 38 and 6C. RGB value is (234,56,108). Sum of RGB (Red+Green+Blue) = 234+56+108=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA386C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA386C is #15C793. Grayscale: #737373. Windows color (decimal): -1427348 or 7092458. OLE color: 7092458.

HSL color Cylindrical-coordinate representation of color #EA386C: hue angle of 342.47º 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 #EA386C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 56 108 -
CMYK 0 0.76 0.54 0.08
HSL 342.47º 0.81% 0.57% -
HSV(B) 342.47º 0.76% 0.92% -
XYZ 38.05 21.4 16.31 -
YUV 115.15 123.97 212.77 -
System Red Green Blue C M Y K H S L
Decimal 234 56 108 0 0.76 0.54 0.08 342.47 0.81 0.57
Hex EA 38 6C 0 4C 36 8 156 51 39
Octal 352 70 154 0 114 66 10 526 121 71
Binary 11101010 111000 1101100 0 1001100 110110 1000 101010110 1010001 111001

Color Harmonies of #EA386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA386C

Black with #EA386C

Text Example


Text Example

White with #EA386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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