Html Css Color HEX #EB4273 Cranberry

📋 copy color: '#EB4273'

red 235 ◦ green 66 ◦ blue 115

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

Shades of Cranberry #EB4273

Tints of Cranberry #EB4273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 56.49%
G = 15.87%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB4273 (or 0xEB4273) is known color: Cranberry. HEX triplet: EB, 42 and 73. RGB value is (235,66,115). Sum of RGB (Red+Green+Blue) = 235+66+115=416 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.49% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4273 is #14BD8C. Grayscale: #7A7A7A. Windows color (decimal): -1359245 or 7553771. OLE color: 7553771.

HSL color Cylindrical-coordinate representation of color #EB4273: hue angle of 342.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB4273 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 66 115 -
CMYK 0 0.72 0.51 0.08
HSL 342.6º 0.81% 0.59% -
HSV(B) 342.6º 0.72% 0.92% -
XYZ 39.3 22.8 18.55 -
YUV 122.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 235 66 115 0 0.72 0.51 0.08 342.6 0.81 0.59
Hex EB 42 73 0 48 33 8 157 51 3B
Octal 353 102 163 0 110 63 10 527 121 73
Binary 11101011 1000010 1110011 0 1001000 110011 1000 101010111 1010001 111011

Color Harmonies of #EB4273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4273

Black with #EB4273

Text Example


Text Example

White with #EB4273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4273; }

 p { color: rgb(235,66,115); }

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

background-color css

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

 a { background-color: rgb(235,66,115); }

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

border-color css

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

 span { border-color: rgb(235,66,115); }

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