Html Css Color HEX #EB4970 Cranberry

📋 copy color: '#EB4970'

red 235 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #EB4970

Tints of Cranberry #EB4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 55.95%
G = 17.38%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB4970 (or 0xEB4970) is known color: Cranberry. HEX triplet: EB, 49 and 70. RGB value is (235,73,112). Sum of RGB (Red+Green+Blue) = 235+73+112=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4970 is #14B68F. Grayscale: #7D7D7D. Windows color (decimal): -1357456 or 7358955. OLE color: 7358955.

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

Color convert

RGB 235 73 112 -
CMYK 0 0.69 0.52 0.08
HSL 345.56º 0.8% 0.6% -
HSV(B) 345.56º 0.69% 0.92% -
XYZ 39.57 23.6 17.8 -
YUV 125.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 235 73 112 0 0.69 0.52 0.08 345.56 0.8 0.6
Hex EB 49 70 0 45 34 8 15A 50 3C
Octal 353 111 160 0 105 64 10 532 120 74
Binary 11101011 1001001 1110000 0 1000101 110100 1000 101011010 1010000 111100

Color Harmonies of #EB4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4970

Black with #EB4970

Text Example


Text Example

White with #EB4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4970; }

 p { color: rgb(235,73,112); }

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

background-color css

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

 a { background-color: rgb(235,73,112); }

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

border-color css

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

 span { border-color: rgb(235,73,112); }

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