Html Css Color HEX #EA516B Cranberry

📋 copy color: '#EA516B'

red 234 ◦ green 81 ◦ blue 107

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

Shades of Cranberry #EA516B

Tints of Cranberry #EA516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

 BLUE value IS 107 (42.19% from 255) = 25.36%

R = 55.45%
G = 19.19%
B = 25.36%

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

#EA516B (or 0xEA516B) is known color: Cranberry. HEX triplet: EA, 51 and 6B. RGB value is (234,81,107). Sum of RGB (Red+Green+Blue) = 234+81+107=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA516B is #15AE94. Grayscale: #818181. Windows color (decimal): -1420949 or 7033322. OLE color: 7033322.

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

Color convert

RGB 234 81 107 -
CMYK 0 0.65 0.54 0.08
HSL 349.8º 0.78% 0.62% -
HSV(B) 349.8º 0.65% 0.92% -
XYZ 39.53 24.44 16.54 -
YUV 129.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 234 81 107 0 0.65 0.54 0.08 349.8 0.78 0.62
Hex EA 51 6B 0 41 36 8 15E 4E 3E
Octal 352 121 153 0 101 66 10 536 116 76
Binary 11101010 1010001 1101011 0 1000001 110110 1000 101011110 1001110 111110

Color Harmonies of #EA516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA516B

Black with #EA516B

Text Example


Text Example

White with #EA516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA516B; }

 p { color: rgb(234,81,107); }

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

background-color css

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

 a { background-color: rgb(234,81,107); }

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

border-color css

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

 span { border-color: rgb(234,81,107); }

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