Html Css Color HEX #E70062 Razzmatazz

📋 copy color: '#E70062'

red 231 ◦ green 0 ◦ blue 98

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

Shades of Razzmatazz #E70062

Tints of Razzmatazz #E70062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 70.21%
G = 0%
B = 29.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E70062 (or 0xE70062) is known color: Razzmatazz. HEX triplet: E7, 00 and 62. RGB value is (231,0,98). Sum of RGB (Red+Green+Blue) = 231+0+98=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E70062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70062 is #18FF9D. Grayscale: #505050. Windows color (decimal): -1638302 or 6422759. OLE color: 6422759.

HSL color Cylindrical-coordinate representation of color #E70062: hue angle of 334.55º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70062 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 0 98 -
CMYK 0 1 0.58 0.09
HSL 334.55º 1% 0.45% -
HSV(B) 334.55º 1% 0.91% -
XYZ 35.16 17.87 13.15 -
YUV 80.24 138.03 235.53 -
System Red Green Blue C M Y K H S L
Decimal 231 0 98 0 1 0.58 0.09 334.55 1 0.45
Hex E7 0 62 0 64 3A 9 14F 64 2D
Octal 347 0 142 0 144 72 11 517 144 55
Binary 11100111 0 1100010 0 1100100 111010 1001 101001111 1100100 101101

Color Harmonies of #E70062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70062

Black with #E70062

Text Example


Text Example

White with #E70062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70062; }

 p { color: rgb(231,0,98); }

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

background-color css

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

 a { background-color: rgb(231,0,98); }

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

border-color css

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

 span { border-color: rgb(231,0,98); }

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