Html Css Color HEX #E84ABD Razzle Dazzle Rose

📋 copy color: '#E84ABD'

red 232 ◦ green 74 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E84ABD

Tints of Razzle Dazzle Rose #E84ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.95%

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

R = 46.87%
G = 14.95%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E84ABD (or 0xE84ABD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 4A and BD. RGB value is (232,74,189). Sum of RGB (Red+Green+Blue) = 232+74+189=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E84ABD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84ABD is #17B542. Grayscale: #868686. Windows color (decimal): -1553731 or 12405480. OLE color: 12405480.

HSL color Cylindrical-coordinate representation of color #E84ABD: hue angle of 316.33º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84ABD is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 74 189 -
CMYK 0 0.68 0.19 0.09
HSL 316.33º 0.77% 0.6% -
HSV(B) 316.33º 0.68% 0.91% -
XYZ 44.91 25.73 50.74 -
YUV 134.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 232 74 189 0 0.68 0.19 0.09 316.33 0.77 0.6
Hex E8 4A BD 0 44 13 9 13C 4D 3C
Octal 350 112 275 0 104 23 11 474 115 74
Binary 11101000 1001010 10111101 0 1000100 10011 1001 100111100 1001101 111100

Color Harmonies of #E84ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84ABD

Black with #E84ABD

Text Example


Text Example

White with #E84ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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