Html Css Color HEX #EB516B Cranberry

📋 copy color: '#EB516B'

red 235 ◦ green 81 ◦ blue 107

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

Shades of Cranberry #EB516B

Tints of Cranberry #EB516B

RGB

 RED value IS 235 (92.19% from 255) = 55.56%

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

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

R = 55.56%
G = 19.15%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB516B (or 0xEB516B) is known color: Cranberry. HEX triplet: EB, 51 and 6B. RGB value is (235,81,107). Sum of RGB (Red+Green+Blue) = 235+81+107=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB516B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB516B is #14AE94. Grayscale: #828282. Windows color (decimal): -1355413 or 7033323. OLE color: 7033323.

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

Color convert

RGB 235 81 107 -
CMYK 0 0.66 0.54 0.08
HSL 349.87º 0.79% 0.62% -
HSV(B) 349.87º 0.66% 0.92% -
XYZ 39.86 24.61 16.56 -
YUV 130.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 235 81 107 0 0.66 0.54 0.08 349.87 0.79 0.62
Hex EB 51 6B 0 42 36 8 15E 4F 3E
Octal 353 121 153 0 102 66 10 536 117 76
Binary 11101011 1010001 1101011 0 1000010 110110 1000 101011110 1001111 111110

Color Harmonies of #EB516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB516B

Black with #EB516B

Text Example


Text Example

White with #EB516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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