Html Css Color HEX #ED41FD Pink Flamingo

📋 copy color: '#ED41FD'

red 237 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #ED41FD

Tints of Pink Flamingo #ED41FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 42.7%
G = 11.71%
B = 45.59%

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

#ED41FD (or 0xED41FD) is known color: Pink Flamingo. HEX triplet: ED, 41 and FD. RGB value is (237,65,253). Sum of RGB (Red+Green+Blue) = 237+65+253=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 65 (25.78% from 255 or 11.71% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED41FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED41FD is #12BE02. Grayscale: #898989. Windows color (decimal): -1228291 or 16597485. OLE color: 16597485.

HSL color Cylindrical-coordinate representation of color #ED41FD: hue angle of 294.89º degrees, saturation: 0.98, 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 #ED41FD is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 65 253 -
CMYK 0.06 0.74 0 0.01
HSL 294.89º 0.98% 0.62% -
HSV(B) 294.89º 0.74% 0.99% -
XYZ 54.54 28.88 95.63 -
YUV 137.86 192.98 198.71 -
System Red Green Blue C M Y K H S L
Decimal 237 65 253 0.06 0.74 0 0.01 294.89 0.98 0.62
Hex ED 41 FD 6 4A 0 1 127 62 3E
Octal 355 101 375 6 112 0 1 447 142 76
Binary 11101101 1000001 11111101 110 1001010 0 1 100100111 1100010 111110

Color Harmonies of #ED41FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED41FD

Black with #ED41FD

Text Example


Text Example

White with #ED41FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED41FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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