Html Css Color HEX #ED42FE Pink Flamingo

📋 copy color: '#ED42FE'

red 237 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #ED42FE

Tints of Pink Flamingo #ED42FE

RGB

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

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

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

R = 42.55%
G = 11.85%
B = 45.6%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED42FE (or 0xED42FE) is known color: Pink Flamingo. HEX triplet: ED, 42 and FE. RGB value is (237,66,254). Sum of RGB (Red+Green+Blue) = 237+66+254=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED42FE is #12BD01. Grayscale: #898989. Windows color (decimal): -1228034 or 16663277. OLE color: 16663277.

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

Color convert

RGB 237 66 254 -
CMYK 0.07 0.74 0 0.00
HSL 294.57º 0.99% 0.63% -
HSV(B) 294.57º 0.74% 1% -
XYZ 54.76 29.06 96.49 -
YUV 138.56 193.15 198.21 -
System Red Green Blue C M Y K H S L
Decimal 237 66 254 0.07 0.74 0 0.00 294.57 0.99 0.63
Hex ED 42 FE 7 4A 0 0 127 63 3F
Octal 355 102 376 7 112 0 0 447 143 77
Binary 11101101 1000010 11111110 111 1001010 0 0 100100111 1100011 111111

Color Harmonies of #ED42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42FE

Black with #ED42FE

Text Example


Text Example

White with #ED42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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