Html Css Color HEX #E95CAA Brilliant Rose

📋 copy color: '#E95CAA'

red 233 ◦ green 92 ◦ blue 170

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

Shades of Brilliant Rose #E95CAA

Tints of Brilliant Rose #E95CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.59%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 47.07%
G = 18.59%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E95CAA (or 0xE95CAA) is known color: Brilliant Rose. HEX triplet: E9, 5C and AA. RGB value is (233,92,170). Sum of RGB (Red+Green+Blue) = 233+92+170=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CAA is #16A355. Grayscale: #8E8E8E. Windows color (decimal): -1483606 or 11164905. OLE color: 11164905.

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

Color convert

RGB 233 92 170 -
CMYK 0 0.61 0.27 0.09
HSL 326.81º 0.76% 0.64% -
HSV(B) 326.81º 0.61% 0.91% -
XYZ 44.69 27.88 41.06 -
YUV 143.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 233 92 170 0 0.61 0.27 0.09 326.81 0.76 0.64
Hex E9 5C AA 0 3D 1B 9 147 4C 40
Octal 351 134 252 0 75 33 11 507 114 100
Binary 11101001 1011100 10101010 0 111101 11011 1001 101000111 1001100 1000000

Color Harmonies of #E95CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95CAA

Black with #E95CAA

Text Example


Text Example

White with #E95CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95CAA; }

 p { color: rgb(233,92,170); }

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

background-color css

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

 a { background-color: rgb(233,92,170); }

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

border-color css

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

 span { border-color: rgb(233,92,170); }

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