Html Css Color HEX #E649BA Razzle Dazzle Rose

📋 copy color: '#E649BA'

red 230 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E649BA

Tints of Razzle Dazzle Rose #E649BA

RGB

 RED value IS 230 (90.23% from 255) = 47.03%

 GREEN value IS 73 (28.91% from 255) = 14.93%

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 47.03%
G = 14.93%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E649BA (or 0xE649BA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 49 and BA. RGB value is (230,73,186). Sum of RGB (Red+Green+Blue) = 230+73+186=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E649BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649BA is #19B645. Grayscale: #848484. Windows color (decimal): -1685062 or 12208614. OLE color: 12208614.

HSL color Cylindrical-coordinate representation of color #E649BA: hue angle of 316.82º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649BA is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 186 -
CMYK 0 0.68 0.19 0.10
HSL 316.82º 0.76% 0.59% -
HSV(B) 316.82º 0.68% 0.9% -
XYZ 43.88 25.13 48.99 -
YUV 132.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 230 73 186 0 0.68 0.19 0.10 316.82 0.76 0.59
Hex E6 49 BA 0 44 13 A 13D 4C 3B
Octal 346 111 272 0 104 23 12 475 114 73
Binary 11100110 1001001 10111010 0 1000100 10011 1010 100111101 1001100 111011

Color Harmonies of #E649BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649BA

Black with #E649BA

Text Example


Text Example

White with #E649BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649BA; }

 p { color: rgb(230,73,186); }

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

background-color css

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

 a { background-color: rgb(230,73,186); }

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

border-color css

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

 span { border-color: rgb(230,73,186); }

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