Html Css Color HEX #E955A6 Brilliant Rose

📋 copy color: '#E955A6'

red 233 ◦ green 85 ◦ blue 166

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

Shades of Brilliant Rose #E955A6

Tints of Brilliant Rose #E955A6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.56%

 BLUE value IS 166 (65.23% from 255) = 34.3%

R = 48.14%
G = 17.56%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E955A6 (or 0xE955A6) is known color: Brilliant Rose. HEX triplet: E9, 55 and A6. RGB value is (233,85,166). Sum of RGB (Red+Green+Blue) = 233+85+166=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E955A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955A6 is #16AA59. Grayscale: #8A8A8A. Windows color (decimal): -1485402 or 10900969. OLE color: 10900969.

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

Color convert

RGB 233 85 166 -
CMYK 0 0.64 0.29 0.09
HSL 327.16º 0.77% 0.62% -
HSV(B) 327.16º 0.64% 0.91% -
XYZ 43.74 26.57 38.9 -
YUV 138.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 233 85 166 0 0.64 0.29 0.09 327.16 0.77 0.62
Hex E9 55 A6 0 40 1D 9 147 4D 3E
Octal 351 125 246 0 100 35 11 507 115 76
Binary 11101001 1010101 10100110 0 1000000 11101 1001 101000111 1001101 111110

Color Harmonies of #E955A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955A6

Black with #E955A6

Text Example


Text Example

White with #E955A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955A6; }

 p { color: rgb(233,85,166); }

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

background-color css

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

 a { background-color: rgb(233,85,166); }

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

border-color css

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

 span { border-color: rgb(233,85,166); }

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