Html Css Color HEX #EB0F64 Razzmatazz

📋 copy color: '#EB0F64'

red 235 ◦ green 15 ◦ blue 100

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

Shades of Razzmatazz #EB0F64

Tints of Razzmatazz #EB0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.29%

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 67.14%
G = 4.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB0F64 (or 0xEB0F64) is known color: Razzmatazz. HEX triplet: EB, 0F and 64. RGB value is (235,15,100). Sum of RGB (Red+Green+Blue) = 235+15+100=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB0F64 is #14F09B. Grayscale: #5A5A5A. Windows color (decimal): -1372316 or 6557675. OLE color: 6557675.

HSL color Cylindrical-coordinate representation of color #EB0F64: hue angle of 336.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0F64 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 15 100 -
CMYK 0 0.94 0.57 0.08
HSL 336.82º 0.88% 0.49% -
HSV(B) 336.82º 0.94% 0.92% -
XYZ 36.73 18.92 13.77 -
YUV 90.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 235 15 100 0 0.94 0.57 0.08 336.82 0.88 0.49
Hex EB F 64 0 5E 39 8 151 58 31
Octal 353 17 144 0 136 71 10 521 130 61
Binary 11101011 1111 1100100 0 1011110 111001 1000 101010001 1011000 110001

Color Harmonies of #EB0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0F64

Black with #EB0F64

Text Example


Text Example

White with #EB0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0F64; }

 p { color: rgb(235,15,100); }

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

background-color css

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

 a { background-color: rgb(235,15,100); }

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

border-color css

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

 span { border-color: rgb(235,15,100); }

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