Html Css Color HEX #EA4374 Cranberry

📋 copy color: '#EA4374'

red 234 ◦ green 67 ◦ blue 116

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

Shades of Cranberry #EA4374

Tints of Cranberry #EA4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.07%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 56.12%
G = 16.07%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA4374 (or 0xEA4374) is known color: Cranberry. HEX triplet: EA, 43 and 74. RGB value is (234,67,116). Sum of RGB (Red+Green+Blue) = 234+67+116=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4374 is #15BC8B. Grayscale: #7A7A7A. Windows color (decimal): -1424524 or 7619562. OLE color: 7619562.

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

Color convert

RGB 234 67 116 -
CMYK 0 0.71 0.50 0.08
HSL 342.4º 0.8% 0.59% -
HSV(B) 342.4º 0.71% 0.92% -
XYZ 39.09 22.77 18.86 -
YUV 122.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 234 67 116 0 0.71 0.50 0.08 342.4 0.8 0.59
Hex EA 43 74 0 47 32 8 156 50 3B
Octal 352 103 164 0 107 62 10 526 120 73
Binary 11101010 1000011 1110100 0 1000111 110010 1000 101010110 1010000 111011

Color Harmonies of #EA4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4374

Black with #EA4374

Text Example


Text Example

White with #EA4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4374; }

 p { color: rgb(234,67,116); }

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

background-color css

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

 a { background-color: rgb(234,67,116); }

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

border-color css

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

 span { border-color: rgb(234,67,116); }

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