Html Css Color HEX #E70958 Razzmatazz

📋 copy color: '#E70958'

red 231 ◦ green 9 ◦ blue 88

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

Shades of Razzmatazz #E70958

Tints of Razzmatazz #E70958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 70.43%
G = 2.74%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E70958 (or 0xE70958) is known color: Razzmatazz. HEX triplet: E7, 09 and 58. RGB value is (231,9,88). Sum of RGB (Red+Green+Blue) = 231+9+88=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E70958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70958 is #18F6A7. Grayscale: #545454. Windows color (decimal): -1636008 or 5769703. OLE color: 5769703.

HSL color Cylindrical-coordinate representation of color #E70958: hue angle of 338.65º 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 #E70958 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 9 88 -
CMYK 0 0.96 0.62 0.09
HSL 338.65º 0.93% 0.47% -
HSV(B) 338.65º 0.96% 0.91% -
XYZ 34.81 17.89 10.85 -
YUV 84.38 130.05 232.58 -
System Red Green Blue C M Y K H S L
Decimal 231 9 88 0 0.96 0.62 0.09 338.65 0.93 0.47
Hex E7 9 58 0 60 3E 9 153 5C 2F
Octal 347 11 130 0 140 76 11 523 134 57
Binary 11100111 1001 1011000 0 1100000 111110 1001 101010011 1011100 101111

Color Harmonies of #E70958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70958

Black with #E70958

Text Example


Text Example

White with #E70958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70958; }

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

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

background-color css

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

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

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

border-color css

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

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

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