Html Css Color HEX #EA4A6E Cranberry

📋 copy color: '#EA4A6E'

red 234 ◦ green 74 ◦ blue 110

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

Shades of Cranberry #EA4A6E

Tints of Cranberry #EA4A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.7%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 55.98%
G = 17.7%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA4A6E (or 0xEA4A6E) is known color: Cranberry. HEX triplet: EA, 4A and 6E. RGB value is (234,74,110). Sum of RGB (Red+Green+Blue) = 234+74+110=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4A6E is #15B591. Grayscale: #7D7D7D. Windows color (decimal): -1422738 or 7228138. OLE color: 7228138.

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

Color convert

RGB 234 74 110 -
CMYK 0 0.68 0.53 0.08
HSL 346.5º 0.79% 0.6% -
HSV(B) 346.5º 0.68% 0.92% -
XYZ 39.19 23.52 17.23 -
YUV 125.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 234 74 110 0 0.68 0.53 0.08 346.5 0.79 0.6
Hex EA 4A 6E 0 44 35 8 15A 4F 3C
Octal 352 112 156 0 104 65 10 532 117 74
Binary 11101010 1001010 1101110 0 1000100 110101 1000 101011010 1001111 111100

Color Harmonies of #EA4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A6E

Black with #EA4A6E

Text Example


Text Example

White with #EA4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A6E; }

 p { color: rgb(234,74,110); }

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

background-color css

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

 a { background-color: rgb(234,74,110); }

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

border-color css

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

 span { border-color: rgb(234,74,110); }

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