Html Css Color HEX #E830D2 Razzle Dazzle Rose

📋 copy color: '#E830D2'

red 232 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E830D2

Tints of Razzle Dazzle Rose #E830D2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.8%

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 47.35%
G = 9.8%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E830D2 (or 0xE830D2) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and D2. RGB value is (232,48,210). Sum of RGB (Red+Green+Blue) = 232+48+210=490 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.35% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 232 - color contains mainly: red. Hex color #E830D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830D2 is #17CF2D. Grayscale: #797979. Windows color (decimal): -1560366 or 13775080. OLE color: 13775080.

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

Color convert

RGB 232 48 210 -
CMYK 0 0.79 0.09 0.09
HSL 307.17º 0.8% 0.55% -
HSV(B) 307.17º 0.79% 0.91% -
XYZ 45.97 23.92 63.17 -
YUV 121.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 232 48 210 0 0.79 0.09 0.09 307.17 0.8 0.55
Hex E8 30 D2 0 4F 9 9 133 50 37
Octal 350 60 322 0 117 11 11 463 120 67
Binary 11101000 110000 11010010 0 1001111 1001 1001 100110011 1010000 110111

Color Harmonies of #E830D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E830D2

Black with #E830D2

Text Example


Text Example

White with #E830D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E830D2; }

 p { color: rgb(232,48,210); }

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

background-color css

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

 a { background-color: rgb(232,48,210); }

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

border-color css

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

 span { border-color: rgb(232,48,210); }

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