Html Css Color HEX #E834DD Razzle Dazzle Rose

📋 copy color: '#E834DD'

red 232 ◦ green 52 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E834DD

Tints of Razzle Dazzle Rose #E834DD

RGB

 RED value IS 232 (91.02% from 255) = 45.94%

 GREEN value IS 52 (20.7% from 255) = 10.3%

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

R = 45.94%
G = 10.3%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E834DD (or 0xE834DD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 34 and DD. RGB value is (232,52,221). Sum of RGB (Red+Green+Blue) = 232+52+221=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E834DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E834DD is #17CB22. Grayscale: #7C7C7C. Windows color (decimal): -1559331 or 14497000. OLE color: 14497000.

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

Color convert

RGB 232 52 221 -
CMYK 0 0.78 0.05 0.09
HSL 303.67º 0.8% 0.56% -
HSV(B) 303.67º 0.78% 0.91% -
XYZ 47.56 24.83 70.69 -
YUV 125.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 232 52 221 0 0.78 0.05 0.09 303.67 0.8 0.56
Hex E8 34 DD 0 4E 5 9 130 50 38
Octal 350 64 335 0 116 5 11 460 120 70
Binary 11101000 110100 11011101 0 1001110 101 1001 100110000 1010000 111000

Color Harmonies of #E834DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E834DD

Black with #E834DD

Text Example


Text Example

White with #E834DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E834DD; }

 p { color: rgb(232,52,221); }

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

background-color css

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

 a { background-color: rgb(232,52,221); }

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

border-color css

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

 span { border-color: rgb(232,52,221); }

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