Html Css Color HEX #EB0175 Razzmatazz

📋 copy color: '#EB0175'

red 235 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #EB0175

Tints of Razzmatazz #EB0175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 66.57%
G = 0.28%
B = 33.14%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB0175 (or 0xEB0175) is known color: Razzmatazz. HEX triplet: EB, 01 and 75. RGB value is (235,1,117). Sum of RGB (Red+Green+Blue) = 235+1+117=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0175 is #14FE8A. Grayscale: #535353. Windows color (decimal): -1375883 or 7668203. OLE color: 7668203.

HSL color Cylindrical-coordinate representation of color #EB0175: hue angle of 330.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB0175 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 1 117 -
CMYK 0 1.00 0.50 0.08
HSL 330.26º 0.99% 0.46% -
HSV(B) 330.26º 1% 0.92% -
XYZ 37.48 18.97 18.52 -
YUV 84.19 146.52 235.57 -
System Red Green Blue C M Y K H S L
Decimal 235 1 117 0 1.00 0.50 0.08 330.26 0.99 0.46
Hex EB 1 75 0 64 32 8 14A 63 2E
Octal 353 1 165 0 144 62 10 512 143 56
Binary 11101011 1 1110101 0 1100100 110010 1000 101001010 1100011 101110

Color Harmonies of #EB0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0175

Black with #EB0175

Text Example


Text Example

White with #EB0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0175; }

 p { color: rgb(235,1,117); }

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

background-color css

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

 a { background-color: rgb(235,1,117); }

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

border-color css

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

 span { border-color: rgb(235,1,117); }

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