Html Css Color HEX #EA4768 Cranberry

📋 copy color: '#EA4768'

red 234 ◦ green 71 ◦ blue 104

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

Shades of Cranberry #EA4768

Tints of Cranberry #EA4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

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

R = 57.21%
G = 17.36%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA4768 (or 0xEA4768) is known color: Cranberry. HEX triplet: EA, 47 and 68. RGB value is (234,71,104). Sum of RGB (Red+Green+Blue) = 234+71+104=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4768 is #15B897. Grayscale: #7B7B7B. Windows color (decimal): -1423512 or 6834154. OLE color: 6834154.

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

Color convert

RGB 234 71 104 -
CMYK 0 0.70 0.56 0.08
HSL 347.85º 0.8% 0.6% -
HSV(B) 347.85º 0.7% 0.92% -
XYZ 38.68 23 15.5 -
YUV 123.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 234 71 104 0 0.70 0.56 0.08 347.85 0.8 0.6
Hex EA 47 68 0 46 38 8 15C 50 3C
Octal 352 107 150 0 106 70 10 534 120 74
Binary 11101010 1000111 1101000 0 1000110 111000 1000 101011100 1010000 111100

Color Harmonies of #EA4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4768

Black with #EA4768

Text Example


Text Example

White with #EA4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4768; }

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

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

background-color css

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

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

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

border-color css

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

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

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