Html Css Color HEX #EF3AFF Pink Flamingo

📋 copy color: '#EF3AFF'

red 239 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #EF3AFF

Tints of Pink Flamingo #EF3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.51%

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

R = 43.3%
G = 10.51%
B = 46.2%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF3AFF (or 0xEF3AFF) is known color: Pink Flamingo. HEX triplet: EF, 3A and FF. RGB value is (239,58,255). Sum of RGB (Red+Green+Blue) = 239+58+255=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 58 (23.05% from 255 or 10.51% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3AFF is #10C500. Grayscale: #858585. Windows color (decimal): -1099009 or 16726767. OLE color: 16726767.

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

Color convert

RGB 239 58 255 -
CMYK 0.06 0.77 0 0
HSL 295.13º 1% 0.61% -
HSV(B) 295.13º 0.77% 1% -
XYZ 55.16 28.6 97.22 -
YUV 134.58 195.97 202.48 -
System Red Green Blue C M Y K H S L
Decimal 239 58 255 0.06 0.77 0 0 295.13 1 0.61
Hex EF 3A FF 6 4D 0 0 127 64 3D
Octal 357 72 377 6 115 0 0 447 144 75
Binary 11101111 111010 11111111 110 1001101 0 0 100100111 1100100 111101

Color Harmonies of #EF3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3AFF

Black with #EF3AFF

Text Example


Text Example

White with #EF3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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