Html Css Color HEX #E952FC Pink Flamingo

📋 copy color: '#E952FC'

red 233 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #E952FC

Tints of Pink Flamingo #E952FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 41.09%
G = 14.46%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E952FC (or 0xE952FC) is known color: Pink Flamingo. HEX triplet: E9, 52 and FC. RGB value is (233,82,252). Sum of RGB (Red+Green+Blue) = 233+82+252=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #E952FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952FC is #16AD03. Grayscale: #929292. Windows color (decimal): -1486084 or 16536297. OLE color: 16536297.

HSL color Cylindrical-coordinate representation of color #E952FC: hue angle of 293.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E952FC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 82 252 -
CMYK 0.08 0.67 0 0.01
HSL 293.29º 0.97% 0.65% -
HSV(B) 293.29º 0.67% 0.99% -
XYZ 54.19 30.39 95.1 -
YUV 146.53 187.53 189.68 -
System Red Green Blue C M Y K H S L
Decimal 233 82 252 0.08 0.67 0 0.01 293.29 0.97 0.65
Hex E9 52 FC 8 43 0 1 125 61 41
Octal 351 122 374 10 103 0 1 445 141 101
Binary 11101001 1010010 11111100 1000 1000011 0 1 100100101 1100001 1000001

Color Harmonies of #E952FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952FC

Black with #E952FC

Text Example


Text Example

White with #E952FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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