Html Css Color HEX #E70962 Razzmatazz

📋 copy color: '#E70962'

red 231 ◦ green 9 ◦ blue 98

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

Shades of Razzmatazz #E70962

Tints of Razzmatazz #E70962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 68.34%
G = 2.66%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E70962 (or 0xE70962) is known color: Razzmatazz. HEX triplet: E7, 09 and 62. RGB value is (231,9,98). Sum of RGB (Red+Green+Blue) = 231+9+98=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E70962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70962 is #18F69D. Grayscale: #555555. Windows color (decimal): -1635998 or 6425063. OLE color: 6425063.

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

Color convert

RGB 231 9 98 -
CMYK 0 0.96 0.58 0.09
HSL 335.95º 0.93% 0.47% -
HSV(B) 335.95º 0.96% 0.91% -
XYZ 35.26 18.07 13.18 -
YUV 85.52 135.05 231.76 -
System Red Green Blue C M Y K H S L
Decimal 231 9 98 0 0.96 0.58 0.09 335.95 0.93 0.47
Hex E7 9 62 0 60 3A 9 150 5C 2F
Octal 347 11 142 0 140 72 11 520 134 57
Binary 11100111 1001 1100010 0 1100000 111010 1001 101010000 1011100 101111

Color Harmonies of #E70962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70962

Black with #E70962

Text Example


Text Example

White with #E70962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70962; }

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

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

background-color css

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

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

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

border-color css

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

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

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