Html Css Color HEX #EA3D68 Cerise

📋 copy color: '#EA3D68'

red 234 ◦ green 61 ◦ blue 104

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

Shades of Cerise #EA3D68

Tints of Cerise #EA3D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.29%

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

R = 58.65%
G = 15.29%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA3D68 (or 0xEA3D68) is known color: Cerise. HEX triplet: EA, 3D and 68. RGB value is (234,61,104). Sum of RGB (Red+Green+Blue) = 234+61+104=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3D68 is #15C297. Grayscale: #757575. Windows color (decimal): -1426072 or 6831594. OLE color: 6831594.

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

Color convert

RGB 234 61 104 -
CMYK 0 0.74 0.56 0.08
HSL 345.09º 0.8% 0.58% -
HSV(B) 345.09º 0.74% 0.92% -
XYZ 38.1 21.83 15.3 -
YUV 117.63 120.31 211 -
System Red Green Blue C M Y K H S L
Decimal 234 61 104 0 0.74 0.56 0.08 345.09 0.8 0.58
Hex EA 3D 68 0 4A 38 8 159 50 3A
Octal 352 75 150 0 112 70 10 531 120 72
Binary 11101010 111101 1101000 0 1001010 111000 1000 101011001 1010000 111010

Color Harmonies of #EA3D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3D68

Black with #EA3D68

Text Example


Text Example

White with #EA3D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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