Html Css Color HEX #EF67FD Pink Flamingo

📋 copy color: '#EF67FD'

red 239 ◦ green 103 ◦ blue 253

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

Shades of Pink Flamingo #EF67FD

Tints of Pink Flamingo #EF67FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.31%

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

R = 40.17%
G = 17.31%
B = 42.52%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF67FD (or 0xEF67FD) is known color: Pink Flamingo. HEX triplet: EF, 67 and FD. RGB value is (239,103,253). Sum of RGB (Red+Green+Blue) = 239+103+253=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 103 (40.62% from 255 or 17.31% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF67FD is #109802. Grayscale: #A0A0A0. Windows color (decimal): -1087491 or 16607215. OLE color: 16607215.

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

Color convert

RGB 239 103 253 -
CMYK 0.06 0.59 0 0.01
HSL 294.4º 0.97% 0.7% -
HSV(B) 294.4º 0.59% 0.99% -
XYZ 58.18 35.14 96.65 -
YUV 160.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 239 103 253 0.06 0.59 0 0.01 294.4 0.97 0.7
Hex EF 67 FD 6 3B 0 1 126 61 46
Octal 357 147 375 6 73 0 1 446 141 106
Binary 11101111 1100111 11111101 110 111011 0 1 100100110 1100001 1000110

Color Harmonies of #EF67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67FD

Black with #EF67FD

Text Example


Text Example

White with #EF67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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