Html Css Color HEX #E10068 Razzmatazz

📋 copy color: '#E10068'

red 225 ◦ green 0 ◦ blue 104

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

Shades of Razzmatazz #E10068

Tints of Razzmatazz #E10068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 68.39%
G = 0%
B = 31.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E10068 (or 0xE10068) is known color: Razzmatazz. HEX triplet: E1, 00 and 68. RGB value is (225,0,104). Sum of RGB (Red+Green+Blue) = 225+0+104=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E10068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10068 is #1EFF97. Grayscale: #4E4E4E. Windows color (decimal): -2031512 or 6815969. OLE color: 6815969.

HSL color Cylindrical-coordinate representation of color #E10068: hue angle of 332.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10068 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 104 -
CMYK 0 1 0.54 0.12
HSL 332.27º 1% 0.44% -
HSV(B) 332.27º 1% 0.88% -
XYZ 33.55 17.01 14.61 -
YUV 79.13 142.04 232.04 -
System Red Green Blue C M Y K H S L
Decimal 225 0 104 0 1 0.54 0.12 332.27 1 0.44
Hex E1 0 68 0 64 36 C 14C 64 2C
Octal 341 0 150 0 144 66 14 514 144 54
Binary 11100001 0 1101000 0 1100100 110110 1100 101001100 1100100 101100

Color Harmonies of #E10068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10068

Black with #E10068

Text Example


Text Example

White with #E10068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10068; }

 p { color: rgb(225,0,104); }

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

background-color css

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

 a { background-color: rgb(225,0,104); }

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

border-color css

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

 span { border-color: rgb(225,0,104); }

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