Html Css Color HEX #ED3CFE Pink Flamingo

📋 copy color: '#ED3CFE'

red 237 ◦ green 60 ◦ blue 254

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

Shades of Pink Flamingo #ED3CFE

Tints of Pink Flamingo #ED3CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.89%

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

R = 43.01%
G = 10.89%
B = 46.1%

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

#ED3CFE (or 0xED3CFE) is known color: Pink Flamingo. HEX triplet: ED, 3C and FE. RGB value is (237,60,254). Sum of RGB (Red+Green+Blue) = 237+60+254=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 60 (23.83% from 255 or 10.89% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CFE is #12C301. Grayscale: #868686. Windows color (decimal): -1229570 or 16661741. OLE color: 16661741.

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

Color convert

RGB 237 60 254 -
CMYK 0.07 0.76 0 0.00
HSL 294.74º 0.99% 0.62% -
HSV(B) 294.74º 0.76% 1% -
XYZ 54.43 28.39 96.38 -
YUV 135.04 195.14 200.73 -
System Red Green Blue C M Y K H S L
Decimal 237 60 254 0.07 0.76 0 0.00 294.74 0.99 0.62
Hex ED 3C FE 7 4C 0 0 127 63 3E
Octal 355 74 376 7 114 0 0 447 143 76
Binary 11101101 111100 11111110 111 1001100 0 0 100100111 1100011 111110

Color Harmonies of #ED3CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CFE

Black with #ED3CFE

Text Example


Text Example

White with #ED3CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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