Html Css Color HEX #ED4CFB Pink Flamingo

📋 copy color: '#ED4CFB'

red 237 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #ED4CFB

Tints of Pink Flamingo #ED4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.48%

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

R = 42.02%
G = 13.48%
B = 44.5%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED4CFB (or 0xED4CFB) is known color: Pink Flamingo. HEX triplet: ED, 4C and FB. RGB value is (237,76,251). Sum of RGB (Red+Green+Blue) = 237+76+251=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CFB is #12B304. Grayscale: #8F8F8F. Windows color (decimal): -1225477 or 16469229. OLE color: 16469229.

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

Color convert

RGB 237 76 251 -
CMYK 0.06 0.70 0 0.02
HSL 295.2º 0.96% 0.64% -
HSV(B) 295.2º 0.7% 0.98% -
XYZ 54.92 30.14 94.19 -
YUV 144.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 237 76 251 0.06 0.70 0 0.02 295.2 0.96 0.64
Hex ED 4C FB 6 46 0 2 127 60 40
Octal 355 114 373 6 106 0 2 447 140 100
Binary 11101101 1001100 11111011 110 1000110 0 10 100100111 1100000 1000000

Color Harmonies of #ED4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CFB

Black with #ED4CFB

Text Example


Text Example

White with #ED4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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