Html Css Color HEX #ED39FF Pink Flamingo

📋 copy color: '#ED39FF'

red 237 ◦ green 57 ◦ blue 255

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

Shades of Pink Flamingo #ED39FF

Tints of Pink Flamingo #ED39FF

RGB

 RED value IS 237 (92.97% from 255) = 43.17%

 GREEN value IS 57 (22.66% from 255) = 10.38%

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

R = 43.17%
G = 10.38%
B = 46.45%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED39FF (or 0xED39FF) is known color: Pink Flamingo. HEX triplet: ED, 39 and FF. RGB value is (237,57,255). Sum of RGB (Red+Green+Blue) = 237+57+255=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 57 (22.66% from 255 or 10.38% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED39FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED39FF is #12C600. Grayscale: #848484. Windows color (decimal): -1230337 or 16726509. OLE color: 16726509.

HSL color Cylindrical-coordinate representation of color #ED39FF: hue angle of 294.55º 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 #ED39FF is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 57 255 -
CMYK 0.07 0.78 0 0
HSL 294.55º 1% 0.61% -
HSV(B) 294.55º 0.78% 1% -
XYZ 54.44 28.15 97.17 -
YUV 133.39 196.63 201.9 -
System Red Green Blue C M Y K H S L
Decimal 237 57 255 0.07 0.78 0 0 294.55 1 0.61
Hex ED 39 FF 7 4E 0 0 127 64 3D
Octal 355 71 377 7 116 0 0 447 144 75
Binary 11101101 111001 11111111 111 1001110 0 0 100100111 1100100 111101

Color Harmonies of #ED39FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED39FF

Black with #ED39FF

Text Example


Text Example

White with #ED39FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED39FF; }

 p { color: rgb(237,57,255); }

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

background-color css

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

 a { background-color: rgb(237,57,255); }

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

border-color css

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

 span { border-color: rgb(237,57,255); }

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