Html Css Color HEX #E133DB Razzle Dazzle Rose

📋 copy color: '#E133DB'

red 225 ◦ green 51 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E133DB

Tints of Razzle Dazzle Rose #E133DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 45.45%
G = 10.3%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E133DB (or 0xE133DB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 33 and DB. RGB value is (225,51,219). Sum of RGB (Red+Green+Blue) = 225+51+219=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E133DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E133DB is #1ECC24. Grayscale: #797979. Windows color (decimal): -2018341 or 14365665. OLE color: 14365665.

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

Color convert

RGB 225 51 219 -
CMYK 0 0.77 0.03 0.12
HSL 302.07º 0.74% 0.54% -
HSV(B) 302.07º 0.77% 0.88% -
XYZ 45.02 23.49 69.18 -
YUV 122.18 182.65 201.34 -
System Red Green Blue C M Y K H S L
Decimal 225 51 219 0 0.77 0.03 0.12 302.07 0.74 0.54
Hex E1 33 DB 0 4D 3 C 12E 4A 36
Octal 341 63 333 0 115 3 14 456 112 66
Binary 11100001 110011 11011011 0 1001101 11 1100 100101110 1001010 110110

Color Harmonies of #E133DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133DB

Black with #E133DB

Text Example


Text Example

White with #E133DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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