Html Css Color HEX #EF65FD Pink Flamingo

📋 copy color: '#EF65FD'

red 239 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #EF65FD

Tints of Pink Flamingo #EF65FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.03%

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

R = 40.3%
G = 17.03%
B = 42.66%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF65FD (or 0xEF65FD) is known color: Pink Flamingo. HEX triplet: EF, 65 and FD. RGB value is (239,101,253). Sum of RGB (Red+Green+Blue) = 239+101+253=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FD is #109A02. Grayscale: #9F9F9F. Windows color (decimal): -1088003 or 16606703. OLE color: 16606703.

HSL color Cylindrical-coordinate representation of color #EF65FD: hue angle of 294.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF65FD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 101 253 -
CMYK 0.06 0.60 0 0.01
HSL 294.47º 0.97% 0.69% -
HSV(B) 294.47º 0.6% 0.99% -
XYZ 57.98 34.75 96.58 -
YUV 159.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 239 101 253 0.06 0.60 0 0.01 294.47 0.97 0.69
Hex EF 65 FD 6 3C 0 1 126 61 45
Octal 357 145 375 6 74 0 1 446 141 105
Binary 11101111 1100101 11111101 110 111100 0 1 100100110 1100001 1000101

Color Harmonies of #EF65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65FD

Black with #EF65FD

Text Example


Text Example

White with #EF65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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