Html Css Color HEX #E10761 Razzmatazz

📋 copy color: '#E10761'

red 225 ◦ green 7 ◦ blue 97

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

Shades of Razzmatazz #E10761

Tints of Razzmatazz #E10761

RGB

 RED value IS 225 (88.28% from 255) = 68.39%

 GREEN value IS 7 (3.13% from 255) = 2.13%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 68.39%
G = 2.13%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E10761 (or 0xE10761) is known color: Razzmatazz. HEX triplet: E1, 07 and 61. RGB value is (225,7,97). Sum of RGB (Red+Green+Blue) = 225+7+97=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E10761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10761 is #1EF89E. Grayscale: #525252. Windows color (decimal): -2029727 or 6359009. OLE color: 6359009.

HSL color Cylindrical-coordinate representation of color #E10761: hue angle of 335.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10761 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 97 -
CMYK 0 0.97 0.57 0.12
HSL 335.23º 0.94% 0.45% -
HSV(B) 335.23º 0.97% 0.88% -
XYZ 33.28 17.02 12.84 -
YUV 82.44 136.22 229.68 -
System Red Green Blue C M Y K H S L
Decimal 225 7 97 0 0.97 0.57 0.12 335.23 0.94 0.45
Hex E1 7 61 0 61 39 C 14F 5E 2D
Octal 341 7 141 0 141 71 14 517 136 55
Binary 11100001 111 1100001 0 1100001 111001 1100 101001111 1011110 101101

Color Harmonies of #E10761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10761

Black with #E10761

Text Example


Text Example

White with #E10761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10761; }

 p { color: rgb(225,7,97); }

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

background-color css

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

 a { background-color: rgb(225,7,97); }

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

border-color css

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

 span { border-color: rgb(225,7,97); }

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