Html Css Color HEX #EA5064 Cranberry

📋 copy color: '#EA5064'

red 234 ◦ green 80 ◦ blue 100

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

Shades of Cranberry #EA5064

Tints of Cranberry #EA5064

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 100 (39.45% from 255) = 24.15%

R = 56.52%
G = 19.32%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA5064 (or 0xEA5064) is known color: Cranberry. HEX triplet: EA, 50 and 64. RGB value is (234,80,100). Sum of RGB (Red+Green+Blue) = 234+80+100=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5064 is #15AF9B. Grayscale: #808080. Windows color (decimal): -1421212 or 6574314. OLE color: 6574314.

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

Color convert

RGB 234 80 100 -
CMYK 0 0.66 0.57 0.08
HSL 352.21º 0.79% 0.62% -
HSV(B) 352.21º 0.66% 0.92% -
XYZ 39.1 24.15 14.66 -
YUV 128.33 112.02 203.37 -
System Red Green Blue C M Y K H S L
Decimal 234 80 100 0 0.66 0.57 0.08 352.21 0.79 0.62
Hex EA 50 64 0 42 39 8 160 4F 3E
Octal 352 120 144 0 102 71 10 540 117 76
Binary 11101010 1010000 1100100 0 1000010 111001 1000 101100000 1001111 111110

Color Harmonies of #EA5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5064

Black with #EA5064

Text Example


Text Example

White with #EA5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5064; }

 p { color: rgb(234,80,100); }

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

background-color css

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

 a { background-color: rgb(234,80,100); }

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

border-color css

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

 span { border-color: rgb(234,80,100); }

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