Html Css Color HEX #E954AF Brilliant Rose

📋 copy color: '#E954AF'

red 233 ◦ green 84 ◦ blue 175

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

Shades of Brilliant Rose #E954AF

Tints of Brilliant Rose #E954AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.07%

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

R = 47.36%
G = 17.07%
B = 35.57%

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

#E954AF (or 0xE954AF) is known color: Brilliant Rose. HEX triplet: E9, 54 and AF. RGB value is (233,84,175). Sum of RGB (Red+Green+Blue) = 233+84+175=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E954AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E954AF is #16AB50. Grayscale: #8A8A8A. Windows color (decimal): -1485649 or 11490537. OLE color: 11490537.

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

Color convert

RGB 233 84 175 -
CMYK 0 0.64 0.25 0.09
HSL 323.36º 0.77% 0.62% -
HSV(B) 323.36º 0.64% 0.91% -
XYZ 44.51 26.76 43.38 -
YUV 138.93 148.36 195.1 -
System Red Green Blue C M Y K H S L
Decimal 233 84 175 0 0.64 0.25 0.09 323.36 0.77 0.62
Hex E9 54 AF 0 40 19 9 143 4D 3E
Octal 351 124 257 0 100 31 11 503 115 76
Binary 11101001 1010100 10101111 0 1000000 11001 1001 101000011 1001101 111110

Color Harmonies of #E954AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E954AF

Black with #E954AF

Text Example


Text Example

White with #E954AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E954AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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