Html Css Color HEX #EF3EFF Pink Flamingo

📋 copy color: '#EF3EFF'

red 239 ◦ green 62 ◦ blue 255

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

Shades of Pink Flamingo #EF3EFF

Tints of Pink Flamingo #EF3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.15%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 42.99%
G = 11.15%
B = 45.86%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF3EFF (or 0xEF3EFF) is known color: Pink Flamingo. HEX triplet: EF, 3E and FF. RGB value is (239,62,255). Sum of RGB (Red+Green+Blue) = 239+62+255=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 62 (24.61% from 255 or 11.15% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF3EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3EFF is #10C100. Grayscale: #888888. Windows color (decimal): -1097985 or 16727791. OLE color: 16727791.

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

Color convert

RGB 239 62 255 -
CMYK 0.06 0.76 0 0
HSL 295.03º 1% 0.62% -
HSV(B) 295.03º 0.76% 1% -
XYZ 55.37 29.02 97.29 -
YUV 136.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 239 62 255 0.06 0.76 0 0 295.03 1 0.62
Hex EF 3E FF 6 4C 0 0 127 64 3E
Octal 357 76 377 6 114 0 0 447 144 76
Binary 11101111 111110 11111111 110 1001100 0 0 100100111 1100100 111110

Color Harmonies of #EF3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3EFF

Black with #EF3EFF

Text Example


Text Example

White with #EF3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3EFF; }

 p { color: rgb(239,62,255); }

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

background-color css

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

 a { background-color: rgb(239,62,255); }

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

border-color css

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

 span { border-color: rgb(239,62,255); }

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