Html Css Color HEX #E732DD Razzle Dazzle Rose

📋 copy color: '#E732DD'

red 231 ◦ green 50 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E732DD

Tints of Razzle Dazzle Rose #E732DD

RGB

 RED value IS 231 (90.63% from 255) = 46.02%

 GREEN value IS 50 (19.92% from 255) = 9.96%

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

R = 46.02%
G = 9.96%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E732DD (or 0xE732DD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 32 and DD. RGB value is (231,50,221). Sum of RGB (Red+Green+Blue) = 231+50+221=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E732DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E732DD is #18CD22. Grayscale: #7B7B7B. Windows color (decimal): -1625379 or 14496487. OLE color: 14496487.

HSL color Cylindrical-coordinate representation of color #E732DD: hue angle of 303.31º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E732DD is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 50 221 -
CMYK 0 0.78 0.04 0.09
HSL 303.31º 0.79% 0.55% -
HSV(B) 303.31º 0.78% 0.91% -
XYZ 47.15 24.49 70.65 -
YUV 123.61 182.97 204.6 -
System Red Green Blue C M Y K H S L
Decimal 231 50 221 0 0.78 0.04 0.09 303.31 0.79 0.55
Hex E7 32 DD 0 4E 4 9 12F 4F 37
Octal 347 62 335 0 116 4 11 457 117 67
Binary 11100111 110010 11011101 0 1001110 100 1001 100101111 1001111 110111

Color Harmonies of #E732DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732DD

Black with #E732DD

Text Example


Text Example

White with #E732DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732DD; }

 p { color: rgb(231,50,221); }

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

background-color css

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

 a { background-color: rgb(231,50,221); }

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

border-color css

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

 span { border-color: rgb(231,50,221); }

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