Html Css Color HEX #EF5CFD Pink Flamingo

📋 copy color: '#EF5CFD'

red 239 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #EF5CFD

Tints of Pink Flamingo #EF5CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.75%

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

R = 40.92%
G = 15.75%
B = 43.32%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF5CFD (or 0xEF5CFD) is known color: Pink Flamingo. HEX triplet: EF, 5C and FD. RGB value is (239,92,253). Sum of RGB (Red+Green+Blue) = 239+92+253=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFD is #10A302. Grayscale: #999999. Windows color (decimal): -1090307 or 16604399. OLE color: 16604399.

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

Color convert

RGB 239 92 253 -
CMYK 0.06 0.64 0 0.01
HSL 294.78º 0.98% 0.68% -
HSV(B) 294.78º 0.64% 0.99% -
XYZ 57.15 33.1 96.3 -
YUV 154.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 239 92 253 0.06 0.64 0 0.01 294.78 0.98 0.68
Hex EF 5C FD 6 40 0 1 127 62 44
Octal 357 134 375 6 100 0 1 447 142 104
Binary 11101111 1011100 11111101 110 1000000 0 1 100100111 1100010 1000100

Color Harmonies of #EF5CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CFD

Black with #EF5CFD

Text Example


Text Example

White with #EF5CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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