Html Css Color HEX #EE4BFB Pink Flamingo

📋 copy color: '#EE4BFB'

red 238 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #EE4BFB

Tints of Pink Flamingo #EE4BFB

RGB

 RED value IS 238 (93.36% from 255) = 42.2%

 GREEN value IS 75 (29.69% from 255) = 13.3%

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

R = 42.2%
G = 13.3%
B = 44.5%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE4BFB (or 0xEE4BFB) is known color: Pink Flamingo. HEX triplet: EE, 4B and FB. RGB value is (238,75,251). Sum of RGB (Red+Green+Blue) = 238+75+251=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 75 (29.69% from 255 or 13.30% 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 #EE4BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4BFB is #11B404. Grayscale: #8F8F8F. Windows color (decimal): -1160197 or 16468974. OLE color: 16468974.

HSL color Cylindrical-coordinate representation of color #EE4BFB: hue angle of 295.57º 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 #EE4BFB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 75 251 -
CMYK 0.05 0.70 0 0.02
HSL 295.57º 0.96% 0.64% -
HSV(B) 295.57º 0.7% 0.98% -
XYZ 55.19 30.17 94.18 -
YUV 143.8 188.5 195.19 -
System Red Green Blue C M Y K H S L
Decimal 238 75 251 0.05 0.70 0 0.02 295.57 0.96 0.64
Hex EE 4B FB 5 46 0 2 128 60 40
Octal 356 113 373 5 106 0 2 450 140 100
Binary 11101110 1001011 11111011 101 1000110 0 10 100101000 1100000 1000000

Color Harmonies of #EE4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BFB

Black with #EE4BFB

Text Example


Text Example

White with #EE4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BFB; }

 p { color: rgb(238,75,251); }

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

background-color css

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

 a { background-color: rgb(238,75,251); }

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

border-color css

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

 span { border-color: rgb(238,75,251); }

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