Html Css Color HEX #E952FF Pink Flamingo

📋 copy color: '#E952FF'

red 233 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #E952FF

Tints of Pink Flamingo #E952FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 40.88%
G = 14.39%
B = 44.74%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E952FF (or 0xE952FF) is known color: Pink Flamingo. HEX triplet: E9, 52 and FF. RGB value is (233,82,255). Sum of RGB (Red+Green+Blue) = 233+82+255=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #E952FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952FF is #16AD00. Grayscale: #929292. Windows color (decimal): -1486081 or 16732905. OLE color: 16732905.

HSL color Cylindrical-coordinate representation of color #E952FF: hue angle of 292.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E952FF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 233 82 255 -
CMYK 0.09 0.68 0 0
HSL 292.37º 1% 0.66% -
HSV(B) 292.37º 0.68% 1% -
XYZ 54.67 30.58 97.63 -
YUV 146.87 189.03 189.43 -
System Red Green Blue C M Y K H S L
Decimal 233 82 255 0.09 0.68 0 0 292.37 1 0.66
Hex E9 52 FF 9 44 0 0 124 64 42
Octal 351 122 377 11 104 0 0 444 144 102
Binary 11101001 1010010 11111111 1001 1000100 0 0 100100100 1100100 1000010

Color Harmonies of #E952FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952FF

Black with #E952FF

Text Example


Text Example

White with #E952FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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