Html Css Color HEX #EA536C Cranberry

📋 copy color: '#EA536C'

red 234 ◦ green 83 ◦ blue 108

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

Shades of Cranberry #EA536C

Tints of Cranberry #EA536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.41%

R = 55.06%
G = 19.53%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA536C (or 0xEA536C) is known color: Cranberry. HEX triplet: EA, 53 and 6C. RGB value is (234,83,108). Sum of RGB (Red+Green+Blue) = 234+83+108=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA536C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA536C is #15AC93. Grayscale: #838383. Windows color (decimal): -1420436 or 7099370. OLE color: 7099370.

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

Color convert

RGB 234 83 108 -
CMYK 0 0.65 0.54 0.08
HSL 350.07º 0.78% 0.62% -
HSV(B) 350.07º 0.65% 0.92% -
XYZ 39.73 24.76 16.87 -
YUV 131 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 234 83 108 0 0.65 0.54 0.08 350.07 0.78 0.62
Hex EA 53 6C 0 41 36 8 15E 4E 3E
Octal 352 123 154 0 101 66 10 536 116 76
Binary 11101010 1010011 1101100 0 1000001 110110 1000 101011110 1001110 111110

Color Harmonies of #EA536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA536C

Black with #EA536C

Text Example


Text Example

White with #EA536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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