Html Css Color HEX #E952FA Pink Flamingo

📋 copy color: '#E952FA'

red 233 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #E952FA

Tints of Pink Flamingo #E952FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 41.24%
G = 14.51%
B = 44.25%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E952FA (or 0xE952FA) is known color: Pink Flamingo. HEX triplet: E9, 52 and FA. RGB value is (233,82,250). Sum of RGB (Red+Green+Blue) = 233+82+250=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #E952FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952FA is #16AD05. Grayscale: #919191. Windows color (decimal): -1486086 or 16405225. OLE color: 16405225.

HSL color Cylindrical-coordinate representation of color #E952FA: hue angle of 293.93º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E952FA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 82 250 -
CMYK 0.07 0.67 0 0.02
HSL 293.93º 0.94% 0.65% -
HSV(B) 293.93º 0.67% 0.98% -
XYZ 53.88 30.26 93.44 -
YUV 146.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 233 82 250 0.07 0.67 0 0.02 293.93 0.94 0.65
Hex E9 52 FA 7 43 0 2 126 5E 41
Octal 351 122 372 7 103 0 2 446 136 101
Binary 11101001 1010010 11111010 111 1000011 0 10 100100110 1011110 1000001

Color Harmonies of #E952FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952FA

Black with #E952FA

Text Example


Text Example

White with #E952FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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