Html Css Color HEX #EA4866 Cranberry

📋 copy color: '#EA4866'

red 234 ◦ green 72 ◦ blue 102

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

Shades of Cranberry #EA4866

Tints of Cranberry #EA4866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 57.35%
G = 17.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA4866 (or 0xEA4866) is known color: Cranberry. HEX triplet: EA, 48 and 66. RGB value is (234,72,102). Sum of RGB (Red+Green+Blue) = 234+72+102=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4866 is #15B799. Grayscale: #7B7B7B. Windows color (decimal): -1423258 or 6703338. OLE color: 6703338.

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

Color convert

RGB 234 72 102 -
CMYK 0 0.69 0.56 0.08
HSL 348.89º 0.79% 0.6% -
HSV(B) 348.89º 0.69% 0.92% -
XYZ 38.65 23.09 14.99 -
YUV 123.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 234 72 102 0 0.69 0.56 0.08 348.89 0.79 0.6
Hex EA 48 66 0 45 38 8 15D 4F 3C
Octal 352 110 146 0 105 70 10 535 117 74
Binary 11101010 1001000 1100110 0 1000101 111000 1000 101011101 1001111 111100

Color Harmonies of #EA4866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4866

Black with #EA4866

Text Example


Text Example

White with #EA4866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4866; }

 p { color: rgb(234,72,102); }

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

background-color css

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

 a { background-color: rgb(234,72,102); }

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

border-color css

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

 span { border-color: rgb(234,72,102); }

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