Html Css Color HEX #E70572 Razzmatazz

📋 copy color: '#E70572'

red 231 ◦ green 5 ◦ blue 114

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

Shades of Razzmatazz #E70572

Tints of Razzmatazz #E70572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 66%
G = 1.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E70572 (or 0xE70572) is known color: Razzmatazz. HEX triplet: E7, 05 and 72. RGB value is (231,5,114). Sum of RGB (Red+Green+Blue) = 231+5+114=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E70572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70572 is #18FA8D. Grayscale: #545454. Windows color (decimal): -1637006 or 7472615. OLE color: 7472615.

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

Color convert

RGB 231 5 114 -
CMYK 0 0.98 0.51 0.09
HSL 331.06º 0.96% 0.46% -
HSV(B) 331.06º 0.98% 0.91% -
XYZ 36.05 18.31 17.55 -
YUV 85 144.37 232.14 -
System Red Green Blue C M Y K H S L
Decimal 231 5 114 0 0.98 0.51 0.09 331.06 0.96 0.46
Hex E7 5 72 0 62 33 9 14B 60 2E
Octal 347 5 162 0 142 63 11 513 140 56
Binary 11100111 101 1110010 0 1100010 110011 1001 101001011 1100000 101110

Color Harmonies of #E70572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70572

Black with #E70572

Text Example


Text Example

White with #E70572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70572; }

 p { color: rgb(231,5,114); }

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

background-color css

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

 a { background-color: rgb(231,5,114); }

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

border-color css

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

 span { border-color: rgb(231,5,114); }

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