Html Css Color HEX #E94ABE Razzle Dazzle Rose

📋 copy color: '#E94ABE'

red 233 ◦ green 74 ◦ blue 190

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

Shades of Razzle Dazzle Rose #E94ABE

Tints of Razzle Dazzle Rose #E94ABE

RGB

 RED value IS 233 (91.41% from 255) = 46.88%

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 46.88%
G = 14.89%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E94ABE (or 0xE94ABE) is known color: Razzle Dazzle Rose. HEX triplet: E9, 4A and BE. RGB value is (233,74,190). Sum of RGB (Red+Green+Blue) = 233+74+190=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ABE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ABE is #16B541. Grayscale: #868686. Windows color (decimal): -1488194 or 12471017. OLE color: 12471017.

HSL color Cylindrical-coordinate representation of color #E94ABE: hue angle of 316.23º degrees, saturation: 0.78, 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 #E94ABE is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 190 -
CMYK 0 0.68 0.18 0.09
HSL 316.23º 0.78% 0.6% -
HSV(B) 316.23º 0.68% 0.91% -
XYZ 45.35 25.94 51.33 -
YUV 134.77 159.18 198.07 -
System Red Green Blue C M Y K H S L
Decimal 233 74 190 0 0.68 0.18 0.09 316.23 0.78 0.6
Hex E9 4A BE 0 44 12 9 13C 4E 3C
Octal 351 112 276 0 104 22 11 474 116 74
Binary 11101001 1001010 10111110 0 1000100 10010 1001 100111100 1001110 111100

Color Harmonies of #E94ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94ABE

Black with #E94ABE

Text Example


Text Example

White with #E94ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94ABE; }

 p { color: rgb(233,74,190); }

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

background-color css

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

 a { background-color: rgb(233,74,190); }

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

border-color css

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

 span { border-color: rgb(233,74,190); }

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