Html Css Color HEX #E955AF Brilliant Rose

📋 copy color: '#E955AF'

red 233 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #E955AF

Tints of Brilliant Rose #E955AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 47.26%
G = 17.24%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E955AF (or 0xE955AF) is known color: Brilliant Rose. HEX triplet: E9, 55 and AF. RGB value is (233,85,175). Sum of RGB (Red+Green+Blue) = 233+85+175=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E955AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955AF is #16AA50. Grayscale: #8B8B8B. Windows color (decimal): -1485393 or 11490793. OLE color: 11490793.

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

Color convert

RGB 233 85 175 -
CMYK 0 0.64 0.25 0.09
HSL 323.51º 0.77% 0.62% -
HSV(B) 323.51º 0.64% 0.91% -
XYZ 44.59 26.92 43.4 -
YUV 139.51 148.03 194.68 -
System Red Green Blue C M Y K H S L
Decimal 233 85 175 0 0.64 0.25 0.09 323.51 0.77 0.62
Hex E9 55 AF 0 40 19 9 144 4D 3E
Octal 351 125 257 0 100 31 11 504 115 76
Binary 11101001 1010101 10101111 0 1000000 11001 1001 101000100 1001101 111110

Color Harmonies of #E955AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955AF

Black with #E955AF

Text Example


Text Example

White with #E955AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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