Html Css Color HEX #E70250 Razzmatazz

📋 copy color: '#E70250'

red 231 ◦ green 2 ◦ blue 80

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

Shades of Razzmatazz #E70250

Tints of Razzmatazz #E70250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 73.8%
G = 0.64%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E70250 (or 0xE70250) is known color: Razzmatazz. HEX triplet: E7, 02 and 50. RGB value is (231,2,80). Sum of RGB (Red+Green+Blue) = 231+2+80=313 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.80% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 231 - color contains mainly: red. Hex color #E70250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70250 is #18FDAF. Grayscale: #4F4F4F. Windows color (decimal): -1637808 or 5243623. OLE color: 5243623.

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

Color convert

RGB 231 2 80 -
CMYK 0 0.99 0.65 0.09
HSL 339.56º 0.98% 0.46% -
HSV(B) 339.56º 0.99% 0.91% -
XYZ 34.42 17.61 9.17 -
YUV 79.36 128.37 236.16 -
System Red Green Blue C M Y K H S L
Decimal 231 2 80 0 0.99 0.65 0.09 339.56 0.98 0.46
Hex E7 2 50 0 63 41 9 154 62 2E
Octal 347 2 120 0 143 101 11 524 142 56
Binary 11100111 10 1010000 0 1100011 1000001 1001 101010100 1100010 101110

Color Harmonies of #E70250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70250

Black with #E70250

Text Example


Text Example

White with #E70250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70250; }

 p { color: rgb(231,2,80); }

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

background-color css

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

 a { background-color: rgb(231,2,80); }

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

border-color css

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

 span { border-color: rgb(231,2,80); }

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