Html Css Color HEX #E94A9D Brilliant Rose

📋 copy color: '#E94A9D'

red 233 ◦ green 74 ◦ blue 157

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

Shades of Brilliant Rose #E94A9D

Tints of Brilliant Rose #E94A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 50.22%
G = 15.95%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E94A9D (or 0xE94A9D) is known color: Brilliant Rose. HEX triplet: E9, 4A and 9D. RGB value is (233,74,157). Sum of RGB (Red+Green+Blue) = 233+74+157=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94A9D is #16B562. Grayscale: #828282. Windows color (decimal): -1488227 or 10308329. OLE color: 10308329.

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

Color convert

RGB 233 74 157 -
CMYK 0 0.68 0.33 0.09
HSL 328.68º 0.78% 0.6% -
HSV(B) 328.68º 0.68% 0.91% -
XYZ 42.14 24.66 34.44 -
YUV 131 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 233 74 157 0 0.68 0.33 0.09 328.68 0.78 0.6
Hex E9 4A 9D 0 44 21 9 149 4E 3C
Octal 351 112 235 0 104 41 11 511 116 74
Binary 11101001 1001010 10011101 0 1000100 100001 1001 101001001 1001110 111100

Color Harmonies of #E94A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A9D

Black with #E94A9D

Text Example


Text Example

White with #E94A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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