Html Css Color HEX #E952FB Pink Flamingo

📋 copy color: '#E952FB'

red 233 ◦ green 82 ◦ blue 251

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

Shades of Pink Flamingo #E952FB

Tints of Pink Flamingo #E952FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.35%

R = 41.17%
G = 14.49%
B = 44.35%

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

#E952FB (or 0xE952FB) is known color: Pink Flamingo. HEX triplet: E9, 52 and FB. RGB value is (233,82,251). Sum of RGB (Red+Green+Blue) = 233+82+251=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 82 (32.42% from 255 or 14.49% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #E952FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952FB is #16AD04. Grayscale: #919191. Windows color (decimal): -1486085 or 16470761. OLE color: 16470761.

HSL color Cylindrical-coordinate representation of color #E952FB: hue angle of 293.61º degrees, saturation: 0.95, 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 #E952FB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 82 251 -
CMYK 0.07 0.67 0 0.02
HSL 293.61º 0.95% 0.65% -
HSV(B) 293.61º 0.67% 0.98% -
XYZ 54.03 30.32 94.27 -
YUV 146.42 187.03 189.76 -
System Red Green Blue C M Y K H S L
Decimal 233 82 251 0.07 0.67 0 0.02 293.61 0.95 0.65
Hex E9 52 FB 7 43 0 2 126 5F 41
Octal 351 122 373 7 103 0 2 446 137 101
Binary 11101001 1010010 11111011 111 1000011 0 10 100100110 1011111 1000001

Color Harmonies of #E952FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E952FB

Black with #E952FB

Text Example


Text Example

White with #E952FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E952FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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