Html Css Color HEX #EB135D Razzmatazz

📋 copy color: '#EB135D'

red 235 ◦ green 19 ◦ blue 93

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

Shades of Razzmatazz #EB135D

Tints of Razzmatazz #EB135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 67.72%
G = 5.48%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB135D (or 0xEB135D) is known color: Razzmatazz. HEX triplet: EB, 13 and 5D. RGB value is (235,19,93). Sum of RGB (Red+Green+Blue) = 235+19+93=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB135D is #14ECA2. Grayscale: #5B5B5B. Windows color (decimal): -1371299 or 6099947. OLE color: 6099947.

HSL color Cylindrical-coordinate representation of color #EB135D: hue angle of 339.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB135D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 93 -
CMYK 0 0.92 0.60 0.08
HSL 339.44º 0.85% 0.5% -
HSV(B) 339.44º 0.92% 0.92% -
XYZ 36.47 18.92 12.09 -
YUV 92.02 128.56 229.98 -
System Red Green Blue C M Y K H S L
Decimal 235 19 93 0 0.92 0.60 0.08 339.44 0.85 0.5
Hex EB 13 5D 0 5C 3C 8 153 55 32
Octal 353 23 135 0 134 74 10 523 125 62
Binary 11101011 10011 1011101 0 1011100 111100 1000 101010011 1010101 110010

Color Harmonies of #EB135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB135D

Black with #EB135D

Text Example


Text Example

White with #EB135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB135D; }

 p { color: rgb(235,19,93); }

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

background-color css

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

 a { background-color: rgb(235,19,93); }

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

border-color css

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

 span { border-color: rgb(235,19,93); }

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