Html Css Color HEX #EF38FF Pink Flamingo

📋 copy color: '#EF38FF'

red 239 ◦ green 56 ◦ blue 255

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

Shades of Pink Flamingo #EF38FF

Tints of Pink Flamingo #EF38FF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.18%

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

R = 43.45%
G = 10.18%
B = 46.36%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF38FF (or 0xEF38FF) is known color: Pink Flamingo. HEX triplet: EF, 38 and FF. RGB value is (239,56,255). Sum of RGB (Red+Green+Blue) = 239+56+255=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 56 (22.27% from 255 or 10.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF38FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF38FF is #10C700. Grayscale: #848484. Windows color (decimal): -1099521 or 16726255. OLE color: 16726255.

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

Color convert

RGB 239 56 255 -
CMYK 0.06 0.78 0 0
HSL 295.18º 1% 0.61% -
HSV(B) 295.18º 0.78% 1% -
XYZ 55.06 28.4 97.19 -
YUV 133.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 239 56 255 0.06 0.78 0 0 295.18 1 0.61
Hex EF 38 FF 6 4E 0 0 127 64 3D
Octal 357 70 377 6 116 0 0 447 144 75
Binary 11101111 111000 11111111 110 1001110 0 0 100100111 1100100 111101

Color Harmonies of #EF38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF38FF

Black with #EF38FF

Text Example


Text Example

White with #EF38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF38FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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