Html Css Color HEX #E830BD Razzle Dazzle Rose

📋 copy color: '#E830BD'

red 232 ◦ green 48 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E830BD

Tints of Razzle Dazzle Rose #E830BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 49.47%
G = 10.23%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E830BD (or 0xE830BD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 30 and BD. RGB value is (232,48,189). Sum of RGB (Red+Green+Blue) = 232+48+189=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E830BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E830BD is #17CF42. Grayscale: #767676. Windows color (decimal): -1560387 or 12398824. OLE color: 12398824.

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

Color convert

RGB 232 48 189 -
CMYK 0 0.79 0.19 0.09
HSL 314.02º 0.8% 0.55% -
HSV(B) 314.02º 0.79% 0.91% -
XYZ 43.52 22.94 50.28 -
YUV 119.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 232 48 189 0 0.79 0.19 0.09 314.02 0.8 0.55
Hex E8 30 BD 0 4F 13 9 13A 50 37
Octal 350 60 275 0 117 23 11 472 120 67
Binary 11101000 110000 10111101 0 1001111 10011 1001 100111010 1010000 110111

Color Harmonies of #E830BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E830BD

Black with #E830BD

Text Example


Text Example

White with #E830BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E830BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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