Html Css Color HEX #E6085A Razzmatazz

📋 copy color: '#E6085A'

red 230 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #E6085A

Tints of Razzmatazz #E6085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 70.12%
G = 2.44%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E6085A (or 0xE6085A) is known color: Razzmatazz. HEX triplet: E6, 08 and 5A. RGB value is (230,8,90). Sum of RGB (Red+Green+Blue) = 230+8+90=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6085A is #19F7A5. Grayscale: #535353. Windows color (decimal): -1701798 or 5900518. OLE color: 5900518.

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

Color convert

RGB 230 8 90 -
CMYK 0 0.97 0.61 0.10
HSL 337.84º 0.93% 0.47% -
HSV(B) 337.84º 0.97% 0.9% -
XYZ 34.57 17.73 11.27 -
YUV 83.73 131.55 232.33 -
System Red Green Blue C M Y K H S L
Decimal 230 8 90 0 0.97 0.61 0.10 337.84 0.93 0.47
Hex E6 8 5A 0 61 3D A 152 5D 2F
Octal 346 10 132 0 141 75 12 522 135 57
Binary 11100110 1000 1011010 0 1100001 111101 1010 101010010 1011101 101111

Color Harmonies of #E6085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6085A

Black with #E6085A

Text Example


Text Example

White with #E6085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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