Html Css Color HEX #E6085D Razzmatazz

📋 copy color: '#E6085D'

red 230 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #E6085D

Tints of Razzmatazz #E6085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 69.49%
G = 2.42%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6085D (or 0xE6085D) is known color: Razzmatazz. HEX triplet: E6, 08 and 5D. RGB value is (230,8,93). Sum of RGB (Red+Green+Blue) = 230+8+93=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E6085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6085D is #19F7A2. Grayscale: #535353. Windows color (decimal): -1701795 or 6097126. OLE color: 6097126.

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

Color convert

RGB 230 8 93 -
CMYK 0 0.97 0.60 0.10
HSL 337.03º 0.93% 0.47% -
HSV(B) 337.03º 0.97% 0.9% -
XYZ 34.7 17.79 11.96 -
YUV 84.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 230 8 93 0 0.97 0.60 0.10 337.03 0.93 0.47
Hex E6 8 5D 0 61 3C A 151 5D 2F
Octal 346 10 135 0 141 74 12 521 135 57
Binary 11100110 1000 1011101 0 1100001 111100 1010 101010001 1011101 101111

Color Harmonies of #E6085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6085D

Black with #E6085D

Text Example


Text Example

White with #E6085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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