Html Css Color HEX #E6085E Razzmatazz

📋 copy color: '#E6085E'

red 230 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #E6085E

Tints of Razzmatazz #E6085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.41%

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 69.28%
G = 2.41%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6085E (or 0xE6085E) is known color: Razzmatazz. HEX triplet: E6, 08 and 5E. RGB value is (230,8,94). Sum of RGB (Red+Green+Blue) = 230+8+94=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6085E is #19F7A1. Grayscale: #545454. Windows color (decimal): -1701794 or 6162662. OLE color: 6162662.

HSL color Cylindrical-coordinate representation of color #E6085E: hue angle of 336.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6085E is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 8 94 -
CMYK 0 0.97 0.59 0.10
HSL 336.76º 0.93% 0.47% -
HSV(B) 336.76º 0.97% 0.9% -
XYZ 34.74 17.8 12.2 -
YUV 84.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 230 8 94 0 0.97 0.59 0.10 336.76 0.93 0.47
Hex E6 8 5E 0 61 3B A 151 5D 2F
Octal 346 10 136 0 141 73 12 521 135 57
Binary 11100110 1000 1011110 0 1100001 111011 1010 101010001 1011101 101111

Color Harmonies of #E6085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6085E

Black with #E6085E

Text Example


Text Example

White with #E6085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6085E; }

 p { color: rgb(230,8,94); }

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

background-color css

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

 a { background-color: rgb(230,8,94); }

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

border-color css

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

 span { border-color: rgb(230,8,94); }

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