Html Css Color HEX #E7085A Razzmatazz

📋 copy color: '#E7085A'

red 231 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #E7085A

Tints of Razzmatazz #E7085A

RGB

 RED value IS 231 (90.63% from 255) = 70.21%

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

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

R = 70.21%
G = 2.43%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7085A (or 0xE7085A) is known color: Razzmatazz. HEX triplet: E7, 08 and 5A. RGB value is (231,8,90). Sum of RGB (Red+Green+Blue) = 231+8+90=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E7085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7085A is #18F7A5. Grayscale: #535353. Windows color (decimal): -1636262 or 5900519. OLE color: 5900519.

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

Color convert

RGB 231 8 90 -
CMYK 0 0.97 0.61 0.09
HSL 337.94º 0.93% 0.47% -
HSV(B) 337.94º 0.97% 0.91% -
XYZ 34.89 17.9 11.29 -
YUV 84.03 131.38 232.83 -
System Red Green Blue C M Y K H S L
Decimal 231 8 90 0 0.97 0.61 0.09 337.94 0.93 0.47
Hex E7 8 5A 0 61 3D 9 152 5D 2F
Octal 347 10 132 0 141 75 11 522 135 57
Binary 11100111 1000 1011010 0 1100001 111101 1001 101010010 1011101 101111

Color Harmonies of #E7085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7085A

Black with #E7085A

Text Example


Text Example

White with #E7085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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