Html Css Color HEX #EB0675 Razzmatazz

📋 copy color: '#EB0675'

red 235 ◦ green 6 ◦ blue 117

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

Shades of Razzmatazz #EB0675

Tints of Razzmatazz #EB0675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 65.64%
G = 1.68%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EB0675 (or 0xEB0675) is known color: Razzmatazz. HEX triplet: EB, 06 and 75. RGB value is (235,6,117). Sum of RGB (Red+Green+Blue) = 235+6+117=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0675 is #14F98A. Grayscale: #565656. Windows color (decimal): -1374603 or 7669483. OLE color: 7669483.

HSL color Cylindrical-coordinate representation of color #EB0675: hue angle of 330.92º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0675 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 6 117 -
CMYK 0 0.97 0.50 0.08
HSL 330.92º 0.95% 0.47% -
HSV(B) 330.92º 0.97% 0.92% -
XYZ 37.54 19.08 18.53 -
YUV 87.13 144.87 233.47 -
System Red Green Blue C M Y K H S L
Decimal 235 6 117 0 0.97 0.50 0.08 330.92 0.95 0.47
Hex EB 6 75 0 61 32 8 14B 5F 2F
Octal 353 6 165 0 141 62 10 513 137 57
Binary 11101011 110 1110101 0 1100001 110010 1000 101001011 1011111 101111

Color Harmonies of #EB0675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0675

Black with #EB0675

Text Example


Text Example

White with #EB0675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0675; }

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

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

background-color css

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

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

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

border-color css

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

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

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