Html Css Color HEX #ED3EFE Pink Flamingo

📋 copy color: '#ED3EFE'

red 237 ◦ green 62 ◦ blue 254

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

Shades of Pink Flamingo #ED3EFE

Tints of Pink Flamingo #ED3EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 42.86%
G = 11.21%
B = 45.93%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED3EFE (or 0xED3EFE) is known color: Pink Flamingo. HEX triplet: ED, 3E and FE. RGB value is (237,62,254). Sum of RGB (Red+Green+Blue) = 237+62+254=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 62 (24.61% from 255 or 11.21% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED3EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3EFE is #12C101. Grayscale: #878787. Windows color (decimal): -1229058 or 16662253. OLE color: 16662253.

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

Color convert

RGB 237 62 254 -
CMYK 0.07 0.76 0 0.00
HSL 294.69º 0.99% 0.62% -
HSV(B) 294.69º 0.76% 1% -
XYZ 54.54 28.61 96.41 -
YUV 136.21 194.48 199.89 -
System Red Green Blue C M Y K H S L
Decimal 237 62 254 0.07 0.76 0 0.00 294.69 0.99 0.62
Hex ED 3E FE 7 4C 0 0 127 63 3E
Octal 355 76 376 7 114 0 0 447 143 76
Binary 11101101 111110 11111110 111 1001100 0 0 100100111 1100011 111110

Color Harmonies of #ED3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3EFE

Black with #ED3EFE

Text Example


Text Example

White with #ED3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3EFE; }

 p { color: rgb(237,62,254); }

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

background-color css

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

 a { background-color: rgb(237,62,254); }

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

border-color css

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

 span { border-color: rgb(237,62,254); }

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