Html Css Color HEX #E94FA5 Brilliant Rose

📋 copy color: '#E94FA5'

red 233 ◦ green 79 ◦ blue 165

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

Shades of Brilliant Rose #E94FA5

Tints of Brilliant Rose #E94FA5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.56%

 BLUE value IS 165 (64.84% from 255) = 34.59%

R = 48.85%
G = 16.56%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E94FA5 (or 0xE94FA5) is known color: Brilliant Rose. HEX triplet: E9, 4F and A5. RGB value is (233,79,165). Sum of RGB (Red+Green+Blue) = 233+79+165=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 233 - color contains mainly: red. Hex color #E94FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E94FA5 is #16B05A. Grayscale: #868686. Windows color (decimal): -1486939 or 10833897. OLE color: 10833897.

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

Color convert

RGB 233 79 165 -
CMYK 0 0.66 0.29 0.09
HSL 326.49º 0.78% 0.61% -
HSV(B) 326.49º 0.66% 0.91% -
XYZ 43.19 25.63 38.27 -
YUV 134.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 233 79 165 0 0.66 0.29 0.09 326.49 0.78 0.61
Hex E9 4F A5 0 42 1D 9 146 4E 3D
Octal 351 117 245 0 102 35 11 506 116 75
Binary 11101001 1001111 10100101 0 1000010 11101 1001 101000110 1001110 111101

Color Harmonies of #E94FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94FA5

Black with #E94FA5

Text Example


Text Example

White with #E94FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94FA5; }

 p { color: rgb(233,79,165); }

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

background-color css

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

 a { background-color: rgb(233,79,165); }

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

border-color css

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

 span { border-color: rgb(233,79,165); }

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