Html Css Color HEX #EB4A70 Cranberry

📋 copy color: '#EB4A70'

red 235 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #EB4A70

Tints of Cranberry #EB4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

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

R = 55.82%
G = 17.58%
B = 26.6%

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

#EB4A70 (or 0xEB4A70) is known color: Cranberry. HEX triplet: EB, 4A and 70. RGB value is (235,74,112). Sum of RGB (Red+Green+Blue) = 235+74+112=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A70 is #14B58F. Grayscale: #7E7E7E. Windows color (decimal): -1357200 or 7359211. OLE color: 7359211.

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

Color convert

RGB 235 74 112 -
CMYK 0 0.69 0.52 0.08
HSL 345.84º 0.8% 0.61% -
HSV(B) 345.84º 0.69% 0.92% -
XYZ 39.63 23.73 17.82 -
YUV 126.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 235 74 112 0 0.69 0.52 0.08 345.84 0.8 0.61
Hex EB 4A 70 0 45 34 8 15A 50 3D
Octal 353 112 160 0 105 64 10 532 120 75
Binary 11101011 1001010 1110000 0 1000101 110100 1000 101011010 1010000 111101

Color Harmonies of #EB4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A70

Black with #EB4A70

Text Example


Text Example

White with #EB4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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