Html Css Color HEX #EA2D68 Cerise

📋 copy color: '#EA2D68'

red 234 ◦ green 45 ◦ blue 104

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

Shades of Cerise #EA2D68

Tints of Cerise #EA2D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.75%

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

R = 61.1%
G = 11.75%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA2D68 (or 0xEA2D68) is known color: Cerise. HEX triplet: EA, 2D and 68. RGB value is (234,45,104). Sum of RGB (Red+Green+Blue) = 234+45+104=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2D68 is #15D297. Grayscale: #6C6C6C. Windows color (decimal): -1430168 or 6827498. OLE color: 6827498.

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

Color convert

RGB 234 45 104 -
CMYK 0 0.81 0.56 0.08
HSL 341.27º 0.82% 0.55% -
HSV(B) 341.27º 0.81% 0.92% -
XYZ 37.37 20.37 15.06 -
YUV 108.24 125.62 217.7 -
System Red Green Blue C M Y K H S L
Decimal 234 45 104 0 0.81 0.56 0.08 341.27 0.82 0.55
Hex EA 2D 68 0 51 38 8 155 52 37
Octal 352 55 150 0 121 70 10 525 122 67
Binary 11101010 101101 1101000 0 1010001 111000 1000 101010101 1010010 110111

Color Harmonies of #EA2D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D68

Black with #EA2D68

Text Example


Text Example

White with #EA2D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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