Html Css Color HEX #ED43FF Pink Flamingo

📋 copy color: '#ED43FF'

red 237 ◦ green 67 ◦ blue 255

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

Shades of Pink Flamingo #ED43FF

Tints of Pink Flamingo #ED43FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 42.4%
G = 11.99%
B = 45.62%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED43FF (or 0xED43FF) is known color: Pink Flamingo. HEX triplet: ED, 43 and FF. RGB value is (237,67,255). Sum of RGB (Red+Green+Blue) = 237+67+255=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 67 (26.56% from 255 or 11.99% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED43FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43FF is #12BC00. Grayscale: #8A8A8A. Windows color (decimal): -1227777 or 16729069. OLE color: 16729069.

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

Color convert

RGB 237 67 255 -
CMYK 0.07 0.74 0 0
HSL 294.26º 1% 0.63% -
HSV(B) 294.26º 0.74% 1% -
XYZ 54.98 29.24 97.35 -
YUV 139.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 237 67 255 0.07 0.74 0 0 294.26 1 0.63
Hex ED 43 FF 7 4A 0 0 126 64 3F
Octal 355 103 377 7 112 0 0 446 144 77
Binary 11101101 1000011 11111111 111 1001010 0 0 100100110 1100100 111111

Color Harmonies of #ED43FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43FF

Black with #ED43FF

Text Example


Text Example

White with #ED43FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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