Html Css Color HEX #ED3CFF Pink Flamingo

📋 copy color: '#ED3CFF'

red 237 ◦ green 60 ◦ blue 255

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

Shades of Pink Flamingo #ED3CFF

Tints of Pink Flamingo #ED3CFF

RGB

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

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

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

R = 42.93%
G = 10.87%
B = 46.2%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED3CFF (or 0xED3CFF) is known color: Pink Flamingo. HEX triplet: ED, 3C and FF. RGB value is (237,60,255). Sum of RGB (Red+Green+Blue) = 237+60+255=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 60 (23.83% from 255 or 10.87% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED3CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CFF is #12C300. Grayscale: #868686. Windows color (decimal): -1229569 or 16727277. OLE color: 16727277.

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

Color convert

RGB 237 60 255 -
CMYK 0.07 0.76 0 0
HSL 294.46º 1% 0.62% -
HSV(B) 294.46º 0.76% 1% -
XYZ 54.59 28.46 97.22 -
YUV 135.15 195.64 200.64 -
System Red Green Blue C M Y K H S L
Decimal 237 60 255 0.07 0.76 0 0 294.46 1 0.62
Hex ED 3C FF 7 4C 0 0 126 64 3E
Octal 355 74 377 7 114 0 0 446 144 76
Binary 11101101 111100 11111111 111 1001100 0 0 100100110 1100100 111110

Color Harmonies of #ED3CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CFF

Black with #ED3CFF

Text Example


Text Example

White with #ED3CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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