Html Css Color HEX #EB486B Cranberry

📋 copy color: '#EB486B'

red 235 ◦ green 72 ◦ blue 107

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

Shades of Cranberry #EB486B

Tints of Cranberry #EB486B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

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

R = 56.76%
G = 17.39%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB486B (or 0xEB486B) is known color: Cranberry. HEX triplet: EB, 48 and 6B. RGB value is (235,72,107). Sum of RGB (Red+Green+Blue) = 235+72+107=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB486B is #14B794. Grayscale: #7C7C7C. Windows color (decimal): -1357717 or 7031019. OLE color: 7031019.

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

Color convert

RGB 235 72 107 -
CMYK 0 0.69 0.54 0.08
HSL 347.12º 0.8% 0.6% -
HSV(B) 347.12º 0.69% 0.92% -
XYZ 39.23 23.36 16.35 -
YUV 124.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 235 72 107 0 0.69 0.54 0.08 347.12 0.8 0.6
Hex EB 48 6B 0 45 36 8 15B 50 3C
Octal 353 110 153 0 105 66 10 533 120 74
Binary 11101011 1001000 1101011 0 1000101 110110 1000 101011011 1010000 111100

Color Harmonies of #EB486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB486B

Black with #EB486B

Text Example


Text Example

White with #EB486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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