Html Css Color HEX #EA4869 Cranberry

📋 copy color: '#EA4869'

red 234 ◦ green 72 ◦ blue 105

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

Shades of Cranberry #EA4869

Tints of Cranberry #EA4869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 56.93%
G = 17.52%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA4869 (or 0xEA4869) is known color: Cranberry. HEX triplet: EA, 48 and 69. RGB value is (234,72,105). Sum of RGB (Red+Green+Blue) = 234+72+105=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4869 is #15B796. Grayscale: #7C7C7C. Windows color (decimal): -1423255 or 6899946. OLE color: 6899946.

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

Color convert

RGB 234 72 105 -
CMYK 0 0.69 0.55 0.08
HSL 347.78º 0.79% 0.6% -
HSV(B) 347.78º 0.69% 0.92% -
XYZ 38.8 23.15 15.79 -
YUV 124.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 234 72 105 0 0.69 0.55 0.08 347.78 0.79 0.6
Hex EA 48 69 0 45 37 8 15C 4F 3C
Octal 352 110 151 0 105 67 10 534 117 74
Binary 11101010 1001000 1101001 0 1000101 110111 1000 101011100 1001111 111100

Color Harmonies of #EA4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4869

Black with #EA4869

Text Example


Text Example

White with #EA4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4869; }

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

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

background-color css

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

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

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

border-color css

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

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

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