Html Css Color HEX #EA476F Cranberry

📋 copy color: '#EA476F'

red 234 ◦ green 71 ◦ blue 111

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

Shades of Cranberry #EA476F

Tints of Cranberry #EA476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 56.25%
G = 17.07%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA476F (or 0xEA476F) is known color: Cranberry. HEX triplet: EA, 47 and 6F. RGB value is (234,71,111). Sum of RGB (Red+Green+Blue) = 234+71+111=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA476F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA476F is #15B890. Grayscale: #7C7C7C. Windows color (decimal): -1423505 or 7292906. OLE color: 7292906.

HSL color Cylindrical-coordinate representation of color #EA476F: hue angle of 345.28º 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 #EA476F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 71 111 -
CMYK 0 0.70 0.53 0.08
HSL 345.28º 0.8% 0.6% -
HSV(B) 345.28º 0.7% 0.92% -
XYZ 39.05 23.15 17.45 -
YUV 124.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 234 71 111 0 0.70 0.53 0.08 345.28 0.8 0.6
Hex EA 47 6F 0 46 35 8 159 50 3C
Octal 352 107 157 0 106 65 10 531 120 74
Binary 11101010 1000111 1101111 0 1000110 110101 1000 101011001 1010000 111100

Color Harmonies of #EA476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA476F

Black with #EA476F

Text Example


Text Example

White with #EA476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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