Html Css Color HEX #E952F4 Pink Flamingo

📋 copy color: '#E952F4'

red 233 ◦ green 82 ◦ blue 244

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

Shades of Pink Flamingo #E952F4

Tints of Pink Flamingo #E952F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.65%

R = 41.68%
G = 14.67%
B = 43.65%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E952F4 (or 0xE952F4) is known color: Pink Flamingo. HEX triplet: E9, 52 and F4. RGB value is (233,82,244). Sum of RGB (Red+Green+Blue) = 233+82+244=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 82 (32.42% from 255 or 14.67% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #E952F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952F4 is #16AD0B. Grayscale: #919191. Windows color (decimal): -1486092 or 16012009. OLE color: 16012009.

HSL color Cylindrical-coordinate representation of color #E952F4: hue angle of 295.93º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E952F4 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 82 244 -
CMYK 0.05 0.66 0 0.04
HSL 295.93º 0.88% 0.64% -
HSV(B) 295.93º 0.66% 0.96% -
XYZ 52.95 29.89 88.57 -
YUV 145.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 233 82 244 0.05 0.66 0 0.04 295.93 0.88 0.64
Hex E9 52 F4 5 42 0 4 128 58 40
Octal 351 122 364 5 102 0 4 450 130 100
Binary 11101001 1010010 11110100 101 1000010 0 100 100101000 1011000 1000000

Color Harmonies of #E952F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952F4

Black with #E952F4

Text Example


Text Example

White with #E952F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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