Html Css Color HEX #EB4A6E Cranberry

📋 copy color: '#EB4A6E'

red 235 ◦ green 74 ◦ blue 110

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

Shades of Cranberry #EB4A6E

Tints of Cranberry #EB4A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 56.09%
G = 17.66%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EB4A6E (or 0xEB4A6E) is known color: Cranberry. HEX triplet: EB, 4A and 6E. RGB value is (235,74,110). Sum of RGB (Red+Green+Blue) = 235+74+110=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A6E is #14B591. Grayscale: #7E7E7E. Windows color (decimal): -1357202 or 7228139. OLE color: 7228139.

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

Color convert

RGB 235 74 110 -
CMYK 0 0.69 0.53 0.08
HSL 346.58º 0.8% 0.61% -
HSV(B) 346.58º 0.69% 0.92% -
XYZ 39.52 23.69 17.24 -
YUV 126.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 235 74 110 0 0.69 0.53 0.08 346.58 0.8 0.61
Hex EB 4A 6E 0 45 35 8 15B 50 3D
Octal 353 112 156 0 105 65 10 533 120 75
Binary 11101011 1001010 1101110 0 1000101 110101 1000 101011011 1010000 111101

Color Harmonies of #EB4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A6E

Black with #EB4A6E

Text Example


Text Example

White with #EB4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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