Html Css Color HEX #EB486D Cranberry

📋 copy color: '#EB486D'

red 235 ◦ green 72 ◦ blue 109

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

Shades of Cranberry #EB486D

Tints of Cranberry #EB486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.2%

R = 56.49%
G = 17.31%
B = 26.2%

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

#EB486D (or 0xEB486D) is known color: Cranberry. HEX triplet: EB, 48 and 6D. RGB value is (235,72,109). Sum of RGB (Red+Green+Blue) = 235+72+109=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB486D is #14B792. Grayscale: #7C7C7C. Windows color (decimal): -1357715 or 7162091. OLE color: 7162091.

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

Color convert

RGB 235 72 109 -
CMYK 0 0.69 0.54 0.08
HSL 346.38º 0.8% 0.6% -
HSV(B) 346.38º 0.69% 0.92% -
XYZ 39.34 23.4 16.91 -
YUV 124.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 235 72 109 0 0.69 0.54 0.08 346.38 0.8 0.6
Hex EB 48 6D 0 45 36 8 15A 50 3C
Octal 353 110 155 0 105 66 10 532 120 74
Binary 11101011 1001000 1101101 0 1000101 110110 1000 101011010 1010000 111100

Color Harmonies of #EB486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB486D

Black with #EB486D

Text Example


Text Example

White with #EB486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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