Html Css Color HEX #ED43FE Pink Flamingo

📋 copy color: '#ED43FE'

red 237 ◦ green 67 ◦ blue 254

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

Shades of Pink Flamingo #ED43FE

Tints of Pink Flamingo #ED43FE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.01%

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

R = 42.47%
G = 12.01%
B = 45.52%

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

#ED43FE (or 0xED43FE) is known color: Pink Flamingo. HEX triplet: ED, 43 and FE. RGB value is (237,67,254). Sum of RGB (Red+Green+Blue) = 237+67+254=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 67 (26.56% from 255 or 12.01% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43FE is #12BC01. Grayscale: #8A8A8A. Windows color (decimal): -1227778 or 16663533. OLE color: 16663533.

HSL color Cylindrical-coordinate representation of color #ED43FE: hue angle of 294.55º 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 #ED43FE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 67 254 -
CMYK 0.07 0.74 0 0.00
HSL 294.55º 0.99% 0.63% -
HSV(B) 294.55º 0.74% 1% -
XYZ 54.82 29.17 96.51 -
YUV 139.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 237 67 254 0.07 0.74 0 0.00 294.55 0.99 0.63
Hex ED 43 FE 7 4A 0 0 127 63 3F
Octal 355 103 376 7 112 0 0 447 143 77
Binary 11101101 1000011 11111110 111 1001010 0 0 100100111 1100011 111111

Color Harmonies of #ED43FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43FE

Black with #ED43FE

Text Example


Text Example

White with #ED43FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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