Html Css Color HEX #ED43FB Pink Flamingo

📋 copy color: '#ED43FB'

red 237 ◦ green 67 ◦ blue 251

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

Shades of Pink Flamingo #ED43FB

Tints of Pink Flamingo #ED43FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 42.7%
G = 12.07%
B = 45.23%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED43FB (or 0xED43FB) is known color: Pink Flamingo. HEX triplet: ED, 43 and FB. RGB value is (237,67,251). Sum of RGB (Red+Green+Blue) = 237+67+251=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 67 (26.56% from 255 or 12.07% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED43FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43FB is #12BC04. Grayscale: #8A8A8A. Windows color (decimal): -1227781 or 16466925. OLE color: 16466925.

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

Color convert

RGB 237 67 251 -
CMYK 0.06 0.73 0 0.02
HSL 295.43º 0.96% 0.62% -
HSV(B) 295.43º 0.73% 0.98% -
XYZ 54.34 28.98 94 -
YUV 138.81 191.32 198.04 -
System Red Green Blue C M Y K H S L
Decimal 237 67 251 0.06 0.73 0 0.02 295.43 0.96 0.62
Hex ED 43 FB 6 49 0 2 127 60 3E
Octal 355 103 373 6 111 0 2 447 140 76
Binary 11101101 1000011 11111011 110 1001001 0 10 100100111 1100000 111110

Color Harmonies of #ED43FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43FB

Black with #ED43FB

Text Example


Text Example

White with #ED43FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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