Html Css Color HEX #E94DAE Brilliant Rose

📋 copy color: '#E94DAE'

red 233 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #E94DAE

Tints of Brilliant Rose #E94DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 48.14%
G = 15.91%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E94DAE (or 0xE94DAE) is known color: Brilliant Rose. HEX triplet: E9, 4D and AE. RGB value is (233,77,174). Sum of RGB (Red+Green+Blue) = 233+77+174=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94DAE is #16B251. Grayscale: #868686. Windows color (decimal): -1487442 or 11423209. OLE color: 11423209.

HSL color Cylindrical-coordinate representation of color #E94DAE: hue angle of 322.69º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94DAE is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 77 174 -
CMYK 0 0.67 0.25 0.09
HSL 322.69º 0.78% 0.61% -
HSV(B) 322.69º 0.67% 0.91% -
XYZ 43.9 25.69 42.69 -
YUV 134.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 233 77 174 0 0.67 0.25 0.09 322.69 0.78 0.61
Hex E9 4D AE 0 43 19 9 143 4E 3D
Octal 351 115 256 0 103 31 11 503 116 75
Binary 11101001 1001101 10101110 0 1000011 11001 1001 101000011 1001110 111101

Color Harmonies of #E94DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94DAE

Black with #E94DAE

Text Example


Text Example

White with #E94DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94DAE; }

 p { color: rgb(233,77,174); }

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

background-color css

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

 a { background-color: rgb(233,77,174); }

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

border-color css

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

 span { border-color: rgb(233,77,174); }

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