Html Css Color HEX #E952FD Pink Flamingo

📋 copy color: '#E952FD'

red 233 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #E952FD

Tints of Pink Flamingo #E952FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.54%

R = 41.02%
G = 14.44%
B = 44.54%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E952FD (or 0xE952FD) is known color: Pink Flamingo. HEX triplet: E9, 52 and FD. RGB value is (233,82,253). Sum of RGB (Red+Green+Blue) = 233+82+253=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #E952FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952FD is #16AD02. Grayscale: #929292. Windows color (decimal): -1486083 or 16601833. OLE color: 16601833.

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

Color convert

RGB 233 82 253 -
CMYK 0.08 0.68 0 0.01
HSL 292.98º 0.98% 0.66% -
HSV(B) 292.98º 0.68% 0.99% -
XYZ 54.35 30.45 95.94 -
YUV 146.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 233 82 253 0.08 0.68 0 0.01 292.98 0.98 0.66
Hex E9 52 FD 8 44 0 1 125 62 42
Octal 351 122 375 10 104 0 1 445 142 102
Binary 11101001 1010010 11111101 1000 1000100 0 1 100100101 1100010 1000010

Color Harmonies of #E952FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952FD

Black with #E952FD

Text Example


Text Example

White with #E952FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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