Html Css Color HEX #EA5369 Cranberry

📋 copy color: '#EA5369'

red 234 ◦ green 83 ◦ blue 105

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

Shades of Cranberry #EA5369

Tints of Cranberry #EA5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 55.45%
G = 19.67%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA5369 (or 0xEA5369) is known color: Cranberry. HEX triplet: EA, 53 and 69. RGB value is (234,83,105). Sum of RGB (Red+Green+Blue) = 234+83+105=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5369 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5369 is #15AC96. Grayscale: #828282. Windows color (decimal): -1420439 or 6902762. OLE color: 6902762.

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

Color convert

RGB 234 83 105 -
CMYK 0 0.65 0.55 0.08
HSL 351.26º 0.78% 0.62% -
HSV(B) 351.26º 0.65% 0.92% -
XYZ 39.57 24.7 16.05 -
YUV 130.66 113.53 201.71 -
System Red Green Blue C M Y K H S L
Decimal 234 83 105 0 0.65 0.55 0.08 351.26 0.78 0.62
Hex EA 53 69 0 41 37 8 15F 4E 3E
Octal 352 123 151 0 101 67 10 537 116 76
Binary 11101010 1010011 1101001 0 1000001 110111 1000 101011111 1001110 111110

Color Harmonies of #EA5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5369

Black with #EA5369

Text Example


Text Example

White with #EA5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5369; }

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

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

background-color css

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

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

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

border-color css

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

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

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