Html Css Color HEX #E133DD Razzle Dazzle Rose

📋 copy color: '#E133DD'

red 225 ◦ green 51 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E133DD

Tints of Razzle Dazzle Rose #E133DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 45.27%
G = 10.26%
B = 44.47%

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

#E133DD (or 0xE133DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and DD. RGB value is (225,51,221). Sum of RGB (Red+Green+Blue) = 225+51+221=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E133DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133DD is #1ECC22. Grayscale: #797979. Windows color (decimal): -2018339 or 14496737. OLE color: 14496737.

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

Color convert

RGB 225 51 221 -
CMYK 0 0.77 0.02 0.12
HSL 301.38º 0.74% 0.54% -
HSV(B) 301.38º 0.77% 0.88% -
XYZ 45.29 23.6 70.57 -
YUV 122.41 183.65 201.18 -
System Red Green Blue C M Y K H S L
Decimal 225 51 221 0 0.77 0.02 0.12 301.38 0.74 0.54
Hex E1 33 DD 0 4D 2 C 12D 4A 36
Octal 341 63 335 0 115 2 14 455 112 66
Binary 11100001 110011 11011101 0 1001101 10 1100 100101101 1001010 110110

Color Harmonies of #E133DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133DD

Black with #E133DD

Text Example


Text Example

White with #E133DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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