Html Css Color HEX #EB4A6D Cranberry

📋 copy color: '#EB4A6D'

red 235 ◦ green 74 ◦ blue 109

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

Shades of Cranberry #EB4A6D

Tints of Cranberry #EB4A6D

RGB

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

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

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

R = 56.22%
G = 17.7%
B = 26.08%

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

#EB4A6D (or 0xEB4A6D) is known color: Cranberry. HEX triplet: EB, 4A and 6D. RGB value is (235,74,109). Sum of RGB (Red+Green+Blue) = 235+74+109=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A6D is #14B592. Grayscale: #7E7E7E. Windows color (decimal): -1357203 or 7162603. OLE color: 7162603.

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

Color convert

RGB 235 74 109 -
CMYK 0 0.69 0.54 0.08
HSL 346.96º 0.8% 0.61% -
HSV(B) 346.96º 0.69% 0.92% -
XYZ 39.47 23.66 16.96 -
YUV 126.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 235 74 109 0 0.69 0.54 0.08 346.96 0.8 0.61
Hex EB 4A 6D 0 45 36 8 15B 50 3D
Octal 353 112 155 0 105 66 10 533 120 75
Binary 11101011 1001010 1101101 0 1000101 110110 1000 101011011 1010000 111101

Color Harmonies of #EB4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A6D

Black with #EB4A6D

Text Example


Text Example

White with #EB4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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