Html Css Color HEX #E80F57 Razzmatazz

📋 copy color: '#E80F57'

red 232 ◦ green 15 ◦ blue 87

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

Shades of Razzmatazz #E80F57

Tints of Razzmatazz #E80F57

RGB

 RED value IS 232 (91.02% from 255) = 69.46%

 GREEN value IS 15 (6.25% from 255) = 4.49%

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

R = 69.46%
G = 4.49%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E80F57 (or 0xE80F57) is known color: Razzmatazz. HEX triplet: E8, 0F and 57. RGB value is (232,15,87). Sum of RGB (Red+Green+Blue) = 232+15+87=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F57 is #17F0A8. Grayscale: #585858. Windows color (decimal): -1568937 or 5705704. OLE color: 5705704.

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

Color convert

RGB 232 15 87 -
CMYK 0 0.94 0.62 0.09
HSL 340.09º 0.88% 0.48% -
HSV(B) 340.09º 0.94% 0.91% -
XYZ 35.17 18.19 10.67 -
YUV 88.09 127.39 230.65 -
System Red Green Blue C M Y K H S L
Decimal 232 15 87 0 0.94 0.62 0.09 340.09 0.88 0.48
Hex E8 F 57 0 5E 3E 9 154 58 30
Octal 350 17 127 0 136 76 11 524 130 60
Binary 11101000 1111 1010111 0 1011110 111110 1001 101010100 1011000 110000

Color Harmonies of #E80F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F57

Black with #E80F57

Text Example


Text Example

White with #E80F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F57; }

 p { color: rgb(232,15,87); }

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

background-color css

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

 a { background-color: rgb(232,15,87); }

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

border-color css

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

 span { border-color: rgb(232,15,87); }

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