Html Css Color HEX #E10364 Razzmatazz

📋 copy color: '#E10364'

red 225 ◦ green 3 ◦ blue 100

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

Shades of Razzmatazz #E10364

Tints of Razzmatazz #E10364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 68.6%
G = 0.91%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10364 (or 0xE10364) is known color: Razzmatazz. HEX triplet: E1, 03 and 64. RGB value is (225,3,100). Sum of RGB (Red+Green+Blue) = 225+3+100=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E10364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10364 is #1EFC9B. Grayscale: #505050. Windows color (decimal): -2030748 or 6554593. OLE color: 6554593.

HSL color Cylindrical-coordinate representation of color #E10364: hue angle of 333.78º 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 #E10364 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 100 -
CMYK 0 0.99 0.56 0.12
HSL 333.78º 0.97% 0.45% -
HSV(B) 333.78º 0.99% 0.88% -
XYZ 33.38 16.99 13.58 -
YUV 80.44 139.05 231.11 -
System Red Green Blue C M Y K H S L
Decimal 225 3 100 0 0.99 0.56 0.12 333.78 0.97 0.45
Hex E1 3 64 0 63 38 C 14E 61 2D
Octal 341 3 144 0 143 70 14 516 141 55
Binary 11100001 11 1100100 0 1100011 111000 1100 101001110 1100001 101101

Color Harmonies of #E10364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10364

Black with #E10364

Text Example


Text Example

White with #E10364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10364; }

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

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

background-color css

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

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

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

border-color css

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

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

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