Html Css Color HEX #EA2C65 Cerise

📋 copy color: '#EA2C65'

red 234 ◦ green 44 ◦ blue 101

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

Shades of Cerise #EA2C65

Tints of Cerise #EA2C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.61%

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 61.74%
G = 11.61%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA2C65 (or 0xEA2C65) is known color: Cerise. HEX triplet: EA, 2C and 65. RGB value is (234,44,101). Sum of RGB (Red+Green+Blue) = 234+44+101=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2C65 is #15D39A. Grayscale: #6B6B6B. Windows color (decimal): -1430427 or 6630634. OLE color: 6630634.

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

Color convert

RGB 234 44 101 -
CMYK 0 0.81 0.57 0.08
HSL 342º 0.82% 0.55% -
HSV(B) 342º 0.81% 0.92% -
XYZ 37.18 20.23 14.26 -
YUV 107.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 234 44 101 0 0.81 0.57 0.08 342 0.82 0.55
Hex EA 2C 65 0 51 39 8 156 52 37
Octal 352 54 145 0 121 71 10 526 122 67
Binary 11101010 101100 1100101 0 1010001 111001 1000 101010110 1010010 110111

Color Harmonies of #EA2C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2C65

Black with #EA2C65

Text Example


Text Example

White with #EA2C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2C65; }

 p { color: rgb(234,44,101); }

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

background-color css

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

 a { background-color: rgb(234,44,101); }

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

border-color css

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

 span { border-color: rgb(234,44,101); }

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