Html Css Color HEX #EA3E75 Cranberry

📋 copy color: '#EA3E75'

red 234 ◦ green 62 ◦ blue 117

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

Shades of Cranberry #EA3E75

Tints of Cranberry #EA3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.01%

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

R = 56.66%
G = 15.01%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA3E75 (or 0xEA3E75) is known color: Cranberry. HEX triplet: EA, 3E and 75. RGB value is (234,62,117). Sum of RGB (Red+Green+Blue) = 234+62+117=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3E75 is #15C18A. Grayscale: #777777. Windows color (decimal): -1425803 or 7683818. OLE color: 7683818.

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

Color convert

RGB 234 62 117 -
CMYK 0 0.74 0.5 0.08
HSL 340.81º 0.8% 0.58% -
HSV(B) 340.81º 0.74% 0.92% -
XYZ 38.87 22.22 19.07 -
YUV 119.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 234 62 117 0 0.74 0.5 0.08 340.81 0.8 0.58
Hex EA 3E 75 0 4A 32 8 155 50 3A
Octal 352 76 165 0 112 62 10 525 120 72
Binary 11101010 111110 1110101 0 1001010 110010 1000 101010101 1010000 111010

Color Harmonies of #EA3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E75

Black with #EA3E75

Text Example


Text Example

White with #EA3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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