Html Css Color HEX #EB006D Razzmatazz

📋 copy color: '#EB006D'

red 235 ◦ green 0 ◦ blue 109

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

Shades of Razzmatazz #EB006D

Tints of Razzmatazz #EB006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 68.31%
G = 0%
B = 31.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB006D (or 0xEB006D) is known color: Razzmatazz. HEX triplet: EB, 00 and 6D. RGB value is (235,0,109). Sum of RGB (Red+Green+Blue) = 235+0+109=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB006D is #14FF92. Grayscale: #525252. Windows color (decimal): -1376147 or 7143659. OLE color: 7143659.

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

Color convert

RGB 235 0 109 -
CMYK 0 1 0.54 0.08
HSL 332.17º 1% 0.46% -
HSV(B) 332.17º 1% 0.92% -
XYZ 37.02 18.77 16.14 -
YUV 82.69 142.86 236.64 -
System Red Green Blue C M Y K H S L
Decimal 235 0 109 0 1 0.54 0.08 332.17 1 0.46
Hex EB 0 6D 0 64 36 8 14C 64 2E
Octal 353 0 155 0 144 66 10 514 144 56
Binary 11101011 0 1101101 0 1100100 110110 1000 101001100 1100100 101110

Color Harmonies of #EB006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB006D

Black with #EB006D

Text Example


Text Example

White with #EB006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB006D; }

 p { color: rgb(235,0,109); }

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

background-color css

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

 a { background-color: rgb(235,0,109); }

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

border-color css

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

 span { border-color: rgb(235,0,109); }

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