Html Css Color HEX #E133DC Razzle Dazzle Rose

📋 copy color: '#E133DC'

red 225 ◦ green 51 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E133DC

Tints of Razzle Dazzle Rose #E133DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.28%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 45.36%
G = 10.28%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E133DC (or 0xE133DC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and DC. RGB value is (225,51,220). Sum of RGB (Red+Green+Blue) = 225+51+220=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E133DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133DC is #1ECC23. Grayscale: #797979. Windows color (decimal): -2018340 or 14431201. OLE color: 14431201.

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

Color convert

RGB 225 51 220 -
CMYK 0 0.77 0.02 0.12
HSL 301.72º 0.74% 0.54% -
HSV(B) 301.72º 0.77% 0.88% -
XYZ 45.15 23.54 69.87 -
YUV 122.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 225 51 220 0 0.77 0.02 0.12 301.72 0.74 0.54
Hex E1 33 DC 0 4D 2 C 12E 4A 36
Octal 341 63 334 0 115 2 14 456 112 66
Binary 11100001 110011 11011100 0 1001101 10 1100 100101110 1001010 110110

Color Harmonies of #E133DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133DC

Black with #E133DC

Text Example


Text Example

White with #E133DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133DC; }

 p { color: rgb(225,51,220); }

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

background-color css

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

 a { background-color: rgb(225,51,220); }

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

border-color css

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

 span { border-color: rgb(225,51,220); }

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