Html Css Color HEX #E6005F Razzmatazz

📋 copy color: '#E6005F'

red 230 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #E6005F

Tints of Razzmatazz #E6005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.23%

R = 70.77%
G = 0%
B = 29.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6005F (or 0xE6005F) is known color: Razzmatazz. HEX triplet: E6, 00 and 5F. RGB value is (230,0,95). Sum of RGB (Red+Green+Blue) = 230+0+95=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6005F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6005F is #19FFA0. Grayscale: #4F4F4F. Windows color (decimal): -1703841 or 6226150. OLE color: 6226150.

HSL color Cylindrical-coordinate representation of color #E6005F: hue angle of 335.22º 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 #E6005F is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 95 -
CMYK 0 1 0.59 0.10
HSL 335.22º 1% 0.45% -
HSV(B) 335.22º 1% 0.9% -
XYZ 34.7 17.65 12.4 -
YUV 79.6 136.7 235.28 -
System Red Green Blue C M Y K H S L
Decimal 230 0 95 0 1 0.59 0.10 335.22 1 0.45
Hex E6 0 5F 0 64 3B A 14F 64 2D
Octal 346 0 137 0 144 73 12 517 144 55
Binary 11100110 0 1011111 0 1100100 111011 1010 101001111 1100100 101101

Color Harmonies of #E6005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6005F

Black with #E6005F

Text Example


Text Example

White with #E6005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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