Html Css Color HEX #EA4075 Cranberry

📋 copy color: '#EA4075'

red 234 ◦ green 64 ◦ blue 117

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

Shades of Cranberry #EA4075

Tints of Cranberry #EA4075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 56.39%
G = 15.42%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA4075 (or 0xEA4075) is known color: Cranberry. HEX triplet: EA, 40 and 75. RGB value is (234,64,117). Sum of RGB (Red+Green+Blue) = 234+64+117=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4075 is #15BF8A. Grayscale: #787878. Windows color (decimal): -1425291 or 7684330. OLE color: 7684330.

HSL color Cylindrical-coordinate representation of color #EA4075: hue angle of 341.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA4075 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 117 -
CMYK 0 0.73 0.5 0.08
HSL 341.29º 0.8% 0.58% -
HSV(B) 341.29º 0.73% 0.92% -
XYZ 38.98 22.44 19.11 -
YUV 120.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 234 64 117 0 0.73 0.5 0.08 341.29 0.8 0.58
Hex EA 40 75 0 49 32 8 155 50 3A
Octal 352 100 165 0 111 62 10 525 120 72
Binary 11101010 1000000 1110101 0 1001001 110010 1000 101010101 1010000 111010

Color Harmonies of #EA4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4075

Black with #EA4075

Text Example


Text Example

White with #EA4075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4075; }

 p { color: rgb(234,64,117); }

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

background-color css

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

 a { background-color: rgb(234,64,117); }

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

border-color css

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

 span { border-color: rgb(234,64,117); }

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