Html Css Color HEX #ED41FC Pink Flamingo

📋 copy color: '#ED41FC'

red 237 ◦ green 65 ◦ blue 252

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

Shades of Pink Flamingo #ED41FC

Tints of Pink Flamingo #ED41FC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.73%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 42.78%
G = 11.73%
B = 45.49%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED41FC (or 0xED41FC) is known color: Pink Flamingo. HEX triplet: ED, 41 and FC. RGB value is (237,65,252). Sum of RGB (Red+Green+Blue) = 237+65+252=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 65 (25.78% from 255 or 11.73% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED41FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41FC is #12BE03. Grayscale: #898989. Windows color (decimal): -1228292 or 16531949. OLE color: 16531949.

HSL color Cylindrical-coordinate representation of color #ED41FC: hue angle of 295.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED41FC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 65 252 -
CMYK 0.06 0.74 0 0.01
HSL 295.19º 0.97% 0.62% -
HSV(B) 295.19º 0.74% 0.99% -
XYZ 54.39 28.81 94.79 -
YUV 137.75 192.48 198.79 -
System Red Green Blue C M Y K H S L
Decimal 237 65 252 0.06 0.74 0 0.01 295.19 0.97 0.62
Hex ED 41 FC 6 4A 0 1 127 61 3E
Octal 355 101 374 6 112 0 1 447 141 76
Binary 11101101 1000001 11111100 110 1001010 0 1 100100111 1100001 111110

Color Harmonies of #ED41FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED41FC

Black with #ED41FC

Text Example


Text Example

White with #ED41FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED41FC; }

 p { color: rgb(237,65,252); }

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

background-color css

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

 a { background-color: rgb(237,65,252); }

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

border-color css

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

 span { border-color: rgb(237,65,252); }

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