Html Css Color HEX #ED5AFB Pink Flamingo

📋 copy color: '#ED5AFB'

red 237 ◦ green 90 ◦ blue 251

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

Shades of Pink Flamingo #ED5AFB

Tints of Pink Flamingo #ED5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.57%

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

R = 41%
G = 15.57%
B = 43.43%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED5AFB (or 0xED5AFB) is known color: Pink Flamingo. HEX triplet: ED, 5A and FB. RGB value is (237,90,251). Sum of RGB (Red+Green+Blue) = 237+90+251=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED5AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5AFB is #12A504. Grayscale: #979797. Windows color (decimal): -1221893 or 16472813. OLE color: 16472813.

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

Color convert

RGB 237 90 251 -
CMYK 0.06 0.64 0 0.02
HSL 294.78º 0.95% 0.67% -
HSV(B) 294.78º 0.64% 0.98% -
XYZ 55.99 32.28 94.55 -
YUV 152.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 237 90 251 0.06 0.64 0 0.02 294.78 0.95 0.67
Hex ED 5A FB 6 40 0 2 127 5F 43
Octal 355 132 373 6 100 0 2 447 137 103
Binary 11101101 1011010 11111011 110 1000000 0 10 100100111 1011111 1000011

Color Harmonies of #ED5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5AFB

Black with #ED5AFB

Text Example


Text Example

White with #ED5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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