Html Css Color HEX #E133DF Razzle Dazzle Rose

📋 copy color: '#E133DF'

red 225 ◦ green 51 ◦ blue 223

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

Shades of Razzle Dazzle Rose #E133DF

Tints of Razzle Dazzle Rose #E133DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 45.09%
G = 10.22%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E133DF (or 0xE133DF) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and DF. RGB value is (225,51,223). Sum of RGB (Red+Green+Blue) = 225+51+223=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E133DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133DF is #1ECC20. Grayscale: #7A7A7A. Windows color (decimal): -2018337 or 14627809. OLE color: 14627809.

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

Color convert

RGB 225 51 223 -
CMYK 0 0.77 0.01 0.12
HSL 300.69º 0.74% 0.54% -
HSV(B) 300.69º 0.77% 0.88% -
XYZ 45.55 23.7 71.99 -
YUV 122.63 184.65 201.01 -
System Red Green Blue C M Y K H S L
Decimal 225 51 223 0 0.77 0.01 0.12 300.69 0.74 0.54
Hex E1 33 DF 0 4D 1 C 12D 4A 36
Octal 341 63 337 0 115 1 14 455 112 66
Binary 11100001 110011 11011111 0 1001101 1 1100 100101101 1001010 110110

Color Harmonies of #E133DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133DF

Black with #E133DF

Text Example


Text Example

White with #E133DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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