Html Css Color HEX #EF52FD Pink Flamingo

📋 copy color: '#EF52FD'

red 239 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #EF52FD

Tints of Pink Flamingo #EF52FD

RGB

 RED value IS 239 (93.75% from 255) = 41.64%

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

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

R = 41.64%
G = 14.29%
B = 44.08%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF52FD (or 0xEF52FD) is known color: Pink Flamingo. HEX triplet: EF, 52 and FD. RGB value is (239,82,253). Sum of RGB (Red+Green+Blue) = 239+82+253=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 82 (32.42% from 255 or 14.29% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF52FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF52FD is #10AD02. Grayscale: #939393. Windows color (decimal): -1092867 or 16601839. OLE color: 16601839.

HSL color Cylindrical-coordinate representation of color #EF52FD: hue angle of 295.09º 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 #EF52FD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 82 253 -
CMYK 0.06 0.68 0 0.01
HSL 295.09º 0.98% 0.66% -
HSV(B) 295.09º 0.68% 0.99% -
XYZ 56.34 31.48 96.03 -
YUV 148.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 239 82 253 0.06 0.68 0 0.01 295.09 0.98 0.66
Hex EF 52 FD 6 44 0 1 127 62 42
Octal 357 122 375 6 104 0 1 447 142 102
Binary 11101111 1010010 11111101 110 1000100 0 1 100100111 1100010 1000010

Color Harmonies of #EF52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF52FD

Black with #EF52FD

Text Example


Text Example

White with #EF52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF52FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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