Html Css Color HEX #E70C57 Razzmatazz

📋 copy color: '#E70C57'

red 231 ◦ green 12 ◦ blue 87

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

Shades of Razzmatazz #E70C57

Tints of Razzmatazz #E70C57

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 70%
G = 3.64%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E70C57 (or 0xE70C57) is known color: Razzmatazz. HEX triplet: E7, 0C and 57. RGB value is (231,12,87). Sum of RGB (Red+Green+Blue) = 231+12+87=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70C57 is #18F3A8. Grayscale: #555555. Windows color (decimal): -1635241 or 5704935. OLE color: 5704935.

HSL color Cylindrical-coordinate representation of color #E70C57: hue angle of 339.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70C57 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 12 87 -
CMYK 0 0.95 0.62 0.09
HSL 339.45º 0.9% 0.48% -
HSV(B) 339.45º 0.95% 0.91% -
XYZ 34.81 17.94 10.65 -
YUV 86.03 128.55 231.4 -
System Red Green Blue C M Y K H S L
Decimal 231 12 87 0 0.95 0.62 0.09 339.45 0.9 0.48
Hex E7 C 57 0 5F 3E 9 153 5A 30
Octal 347 14 127 0 137 76 11 523 132 60
Binary 11100111 1100 1010111 0 1011111 111110 1001 101010011 1011010 110000

Color Harmonies of #E70C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C57

Black with #E70C57

Text Example


Text Example

White with #E70C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C57; }

 p { color: rgb(231,12,87); }

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

background-color css

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

 a { background-color: rgb(231,12,87); }

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

border-color css

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

 span { border-color: rgb(231,12,87); }

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