Html Css Color HEX #E6006B Razzmatazz

📋 copy color: '#E6006B'

red 230 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #E6006B

Tints of Razzmatazz #E6006B

RGB

 RED value IS 230 (90.23% from 255) = 68.25%

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 68.25%
G = 0%
B = 31.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6006B (or 0xE6006B) is known color: Razzmatazz. HEX triplet: E6, 00 and 6B. RGB value is (230,0,107). Sum of RGB (Red+Green+Blue) = 230+0+107=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E6006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6006B is #19FF94. Grayscale: #505050. Windows color (decimal): -1703829 or 7012582. OLE color: 7012582.

HSL color Cylindrical-coordinate representation of color #E6006B: hue angle of 332.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6006B is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 107 -
CMYK 0 1 0.53 0.10
HSL 332.09º 1% 0.45% -
HSV(B) 332.09º 1% 0.9% -
XYZ 35.29 17.88 15.5 -
YUV 80.97 142.7 234.3 -
System Red Green Blue C M Y K H S L
Decimal 230 0 107 0 1 0.53 0.10 332.09 1 0.45
Hex E6 0 6B 0 64 35 A 14C 64 2D
Octal 346 0 153 0 144 65 12 514 144 55
Binary 11100110 0 1101011 0 1100100 110101 1010 101001100 1100100 101101

Color Harmonies of #E6006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6006B

Black with #E6006B

Text Example


Text Example

White with #E6006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6006B; }

 p { color: rgb(230,0,107); }

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

background-color css

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

 a { background-color: rgb(230,0,107); }

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

border-color css

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

 span { border-color: rgb(230,0,107); }

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