Html Css Color HEX #EF41FD Pink Flamingo

📋 copy color: '#EF41FD'

red 239 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #EF41FD

Tints of Pink Flamingo #EF41FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.67%

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

R = 42.91%
G = 11.67%
B = 45.42%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF41FD (or 0xEF41FD) is known color: Pink Flamingo. HEX triplet: EF, 41 and FD. RGB value is (239,65,253). Sum of RGB (Red+Green+Blue) = 239+65+253=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF41FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41FD is #10BE02. Grayscale: #898989. Windows color (decimal): -1097219 or 16597487. OLE color: 16597487.

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

Color convert

RGB 239 65 253 -
CMYK 0.06 0.74 0 0.01
HSL 295.53º 0.98% 0.62% -
HSV(B) 295.53º 0.74% 0.99% -
XYZ 55.22 29.22 95.66 -
YUV 138.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 239 65 253 0.06 0.74 0 0.01 295.53 0.98 0.62
Hex EF 41 FD 6 4A 0 1 128 62 3E
Octal 357 101 375 6 112 0 1 450 142 76
Binary 11101111 1000001 11111101 110 1001010 0 1 100101000 1100010 111110

Color Harmonies of #EF41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF41FD

Black with #EF41FD

Text Example


Text Example

White with #EF41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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