Html Css Color HEX #ED42FA Pink Flamingo

📋 copy color: '#ED42FA'

red 237 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #ED42FA

Tints of Pink Flamingo #ED42FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.93%

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 42.86%
G = 11.93%
B = 45.21%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED42FA (or 0xED42FA) is known color: Pink Flamingo. HEX triplet: ED, 42 and FA. RGB value is (237,66,250). Sum of RGB (Red+Green+Blue) = 237+66+250=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED42FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED42FA is #12BD05. Grayscale: #898989. Windows color (decimal): -1228038 or 16401133. OLE color: 16401133.

HSL color Cylindrical-coordinate representation of color #ED42FA: hue angle of 295.76º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED42FA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 66 250 -
CMYK 0.05 0.74 0 0.02
HSL 295.76º 0.95% 0.62% -
HSV(B) 295.76º 0.74% 0.98% -
XYZ 54.13 28.8 93.15 -
YUV 138.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 237 66 250 0.05 0.74 0 0.02 295.76 0.95 0.62
Hex ED 42 FA 5 4A 0 2 128 5F 3E
Octal 355 102 372 5 112 0 2 450 137 76
Binary 11101101 1000010 11111010 101 1001010 0 10 100101000 1011111 111110

Color Harmonies of #ED42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42FA

Black with #ED42FA

Text Example


Text Example

White with #ED42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42FA; }

 p { color: rgb(237,66,250); }

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

background-color css

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

 a { background-color: rgb(237,66,250); }

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

border-color css

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

 span { border-color: rgb(237,66,250); }

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