Html Css Color HEX #ED3FFB Pink Flamingo

📋 copy color: '#ED3FFB'

red 237 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #ED3FFB

Tints of Pink Flamingo #ED3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 11.43%

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

R = 43.01%
G = 11.43%
B = 45.55%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED3FFB (or 0xED3FFB) is known color: Pink Flamingo. HEX triplet: ED, 3F and FB. RGB value is (237,63,251). Sum of RGB (Red+Green+Blue) = 237+63+251=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 63 (25% from 255 or 11.43% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED3FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3FFB is #12C004. Grayscale: #878787. Windows color (decimal): -1228805 or 16465901. OLE color: 16465901.

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

Color convert

RGB 237 63 251 -
CMYK 0.06 0.75 0 0.02
HSL 295.53º 0.96% 0.62% -
HSV(B) 295.53º 0.75% 0.98% -
XYZ 54.12 28.52 93.92 -
YUV 136.46 192.65 199.71 -
System Red Green Blue C M Y K H S L
Decimal 237 63 251 0.06 0.75 0 0.02 295.53 0.96 0.62
Hex ED 3F FB 6 4B 0 2 128 60 3E
Octal 355 77 373 6 113 0 2 450 140 76
Binary 11101101 111111 11111011 110 1001011 0 10 100101000 1100000 111110

Color Harmonies of #ED3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3FFB

Black with #ED3FFB

Text Example


Text Example

White with #ED3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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