Html Css Color HEX #EA4868 Cranberry

📋 copy color: '#EA4868'

red 234 ◦ green 72 ◦ blue 104

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

Shades of Cranberry #EA4868

Tints of Cranberry #EA4868

RGB

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

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

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

R = 57.07%
G = 17.56%
B = 25.37%

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

#EA4868 (or 0xEA4868) is known color: Cranberry. HEX triplet: EA, 48 and 68. RGB value is (234,72,104). Sum of RGB (Red+Green+Blue) = 234+72+104=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4868 is #15B797. Grayscale: #7C7C7C. Windows color (decimal): -1423256 or 6834410. OLE color: 6834410.

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

Color convert

RGB 234 72 104 -
CMYK 0 0.69 0.56 0.08
HSL 348.15º 0.79% 0.6% -
HSV(B) 348.15º 0.69% 0.92% -
XYZ 38.75 23.13 15.52 -
YUV 124.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 234 72 104 0 0.69 0.56 0.08 348.15 0.79 0.6
Hex EA 48 68 0 45 38 8 15C 4F 3C
Octal 352 110 150 0 105 70 10 534 117 74
Binary 11101010 1001000 1101000 0 1000101 111000 1000 101011100 1001111 111100

Color Harmonies of #EA4868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4868

Black with #EA4868

Text Example


Text Example

White with #EA4868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4868; }

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

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

background-color css

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

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

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

border-color css

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

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

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