Html Css Color HEX #E95EA4 Brilliant Rose

📋 copy color: '#E95EA4'

red 233 ◦ green 94 ◦ blue 164

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

Shades of Brilliant Rose #E95EA4

Tints of Brilliant Rose #E95EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

 BLUE value IS 164 (64.45% from 255) = 33.4%

R = 47.45%
G = 19.14%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E95EA4 (or 0xE95EA4) is known color: Brilliant Rose. HEX triplet: E9, 5E and A4. RGB value is (233,94,164). Sum of RGB (Red+Green+Blue) = 233+94+164=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95EA4 is #16A15B. Grayscale: #8F8F8F. Windows color (decimal): -1483100 or 10772201. OLE color: 10772201.

HSL color Cylindrical-coordinate representation of color #E95EA4: hue angle of 329.78º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95EA4 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 94 164 -
CMYK 0 0.60 0.30 0.09
HSL 329.78º 0.76% 0.64% -
HSV(B) 329.78º 0.6% 0.91% -
XYZ 44.31 28.01 38.19 -
YUV 143.54 139.55 191.81 -
System Red Green Blue C M Y K H S L
Decimal 233 94 164 0 0.60 0.30 0.09 329.78 0.76 0.64
Hex E9 5E A4 0 3C 1E 9 14A 4C 40
Octal 351 136 244 0 74 36 11 512 114 100
Binary 11101001 1011110 10100100 0 111100 11110 1001 101001010 1001100 1000000

Color Harmonies of #E95EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EA4

Black with #E95EA4

Text Example


Text Example

White with #E95EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EA4; }

 p { color: rgb(233,94,164); }

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

background-color css

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

 a { background-color: rgb(233,94,164); }

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

border-color css

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

 span { border-color: rgb(233,94,164); }

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