Html Css Color HEX #E10361 Razzmatazz

📋 copy color: '#E10361'

red 225 ◦ green 3 ◦ blue 97

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

Shades of Razzmatazz #E10361

Tints of Razzmatazz #E10361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 69.23%
G = 0.92%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E10361 (or 0xE10361) is known color: Razzmatazz. HEX triplet: E1, 03 and 61. RGB value is (225,3,97). Sum of RGB (Red+Green+Blue) = 225+3+97=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E10361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10361 is #1EFC9E. Grayscale: #4F4F4F. Windows color (decimal): -2030751 or 6357985. OLE color: 6357985.

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

Color convert

RGB 225 3 97 -
CMYK 0 0.99 0.57 0.12
HSL 334.59º 0.97% 0.45% -
HSV(B) 334.59º 0.99% 0.88% -
XYZ 33.24 16.94 12.83 -
YUV 80.09 137.55 231.36 -
System Red Green Blue C M Y K H S L
Decimal 225 3 97 0 0.99 0.57 0.12 334.59 0.97 0.45
Hex E1 3 61 0 63 39 C 14F 61 2D
Octal 341 3 141 0 143 71 14 517 141 55
Binary 11100001 11 1100001 0 1100011 111001 1100 101001111 1100001 101101

Color Harmonies of #E10361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10361

Black with #E10361

Text Example


Text Example

White with #E10361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10361; }

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

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

background-color css

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

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

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

border-color css

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

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

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