Html Css Color HEX #EF3EFA Pink Flamingo

📋 copy color: '#EF3EFA'

red 239 ◦ green 62 ◦ blue 250

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

Shades of Pink Flamingo #EF3EFA

Tints of Pink Flamingo #EF3EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 43.38%
G = 11.25%
B = 45.37%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF3EFA (or 0xEF3EFA) is known color: Pink Flamingo. HEX triplet: EF, 3E and FA. RGB value is (239,62,250). Sum of RGB (Red+Green+Blue) = 239+62+250=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 62 (24.61% from 255 or 11.25% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF3EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3EFA is #10C105. Grayscale: #878787. Windows color (decimal): -1097990 or 16400111. OLE color: 16400111.

HSL color Cylindrical-coordinate representation of color #EF3EFA: hue angle of 296.49º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3EFA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 62 250 -
CMYK 0.04 0.75 0 0.02
HSL 296.49º 0.95% 0.61% -
HSV(B) 296.49º 0.75% 0.98% -
XYZ 54.57 28.7 93.11 -
YUV 136.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 239 62 250 0.04 0.75 0 0.02 296.49 0.95 0.61
Hex EF 3E FA 4 4B 0 2 128 5F 3D
Octal 357 76 372 4 113 0 2 450 137 75
Binary 11101111 111110 11111010 100 1001011 0 10 100101000 1011111 111101

Color Harmonies of #EF3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3EFA

Black with #EF3EFA

Text Example


Text Example

White with #EF3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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