Html Css Color HEX #E952AF Brilliant Rose

📋 copy color: '#E952AF'

red 233 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #E952AF

Tints of Brilliant Rose #E952AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.73%

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

R = 47.55%
G = 16.73%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E952AF (or 0xE952AF) is known color: Brilliant Rose. HEX triplet: E9, 52 and AF. RGB value is (233,82,175). Sum of RGB (Red+Green+Blue) = 233+82+175=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E952AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E952AF is #16AD50. Grayscale: #898989. Windows color (decimal): -1486161 or 11490025. OLE color: 11490025.

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

Color convert

RGB 233 82 175 -
CMYK 0 0.65 0.25 0.09
HSL 323.05º 0.77% 0.62% -
HSV(B) 323.05º 0.65% 0.91% -
XYZ 44.36 26.45 43.33 -
YUV 137.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 233 82 175 0 0.65 0.25 0.09 323.05 0.77 0.62
Hex E9 52 AF 0 41 19 9 143 4D 3E
Octal 351 122 257 0 101 31 11 503 115 76
Binary 11101001 1010010 10101111 0 1000001 11001 1001 101000011 1001101 111110

Color Harmonies of #E952AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952AF

Black with #E952AF

Text Example


Text Example

White with #E952AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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