Html Css Color HEX #E830D0 Razzle Dazzle Rose

📋 copy color: '#E830D0'

red 232 ◦ green 48 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E830D0

Tints of Razzle Dazzle Rose #E830D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.62%

R = 47.54%
G = 9.84%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E830D0 (or 0xE830D0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and D0. RGB value is (232,48,208). Sum of RGB (Red+Green+Blue) = 232+48+208=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E830D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830D0 is #17CF2F. Grayscale: #787878. Windows color (decimal): -1560368 or 13644008. OLE color: 13644008.

HSL color Cylindrical-coordinate representation of color #E830D0: hue angle of 307.83º 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 #E830D0 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 48 208 -
CMYK 0 0.79 0.10 0.09
HSL 307.83º 0.8% 0.55% -
HSV(B) 307.83º 0.79% 0.91% -
XYZ 45.72 23.82 61.86 -
YUV 121.26 176.96 206.99 -
System Red Green Blue C M Y K H S L
Decimal 232 48 208 0 0.79 0.10 0.09 307.83 0.8 0.55
Hex E8 30 D0 0 4F A 9 134 50 37
Octal 350 60 320 0 117 12 11 464 120 67
Binary 11101000 110000 11010000 0 1001111 1010 1001 100110100 1010000 110111

Color Harmonies of #E830D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E830D0

Black with #E830D0

Text Example


Text Example

White with #E830D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E830D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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