Html Css Color HEX #EA536D Cranberry

📋 copy color: '#EA536D'

red 234 ◦ green 83 ◦ blue 109

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

Shades of Cranberry #EA536D

Tints of Cranberry #EA536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.48%

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 54.93%
G = 19.48%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA536D (or 0xEA536D) is known color: Cranberry. HEX triplet: EA, 53 and 6D. RGB value is (234,83,109). Sum of RGB (Red+Green+Blue) = 234+83+109=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA536D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA536D is #15AC92. Grayscale: #838383. Windows color (decimal): -1420435 or 7164906. OLE color: 7164906.

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

Color convert

RGB 234 83 109 -
CMYK 0 0.65 0.53 0.08
HSL 349.67º 0.78% 0.62% -
HSV(B) 349.67º 0.65% 0.92% -
XYZ 39.79 24.78 17.15 -
YUV 131.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 234 83 109 0 0.65 0.53 0.08 349.67 0.78 0.62
Hex EA 53 6D 0 41 35 8 15E 4E 3E
Octal 352 123 155 0 101 65 10 536 116 76
Binary 11101010 1010011 1101101 0 1000001 110101 1000 101011110 1001110 111110

Color Harmonies of #EA536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA536D

Black with #EA536D

Text Example


Text Example

White with #EA536D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA536D; }

 p { color: rgb(234,83,109); }

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

background-color css

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

 a { background-color: rgb(234,83,109); }

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

border-color css

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

 span { border-color: rgb(234,83,109); }

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