Html Css Color HEX #EE4BFC Pink Flamingo

📋 copy color: '#EE4BFC'

red 238 ◦ green 75 ◦ blue 252

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

Shades of Pink Flamingo #EE4BFC

Tints of Pink Flamingo #EE4BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 42.12%
G = 13.27%
B = 44.6%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE4BFC (or 0xEE4BFC) is known color: Pink Flamingo. HEX triplet: EE, 4B and FC. RGB value is (238,75,252). Sum of RGB (Red+Green+Blue) = 238+75+252=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE4BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4BFC is #11B403. Grayscale: #8F8F8F. Windows color (decimal): -1160196 or 16534510. OLE color: 16534510.

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

Color convert

RGB 238 75 252 -
CMYK 0.06 0.70 0 0.01
HSL 295.25º 0.97% 0.64% -
HSV(B) 295.25º 0.7% 0.99% -
XYZ 55.35 30.24 95.01 -
YUV 143.92 189 195.11 -
System Red Green Blue C M Y K H S L
Decimal 238 75 252 0.06 0.70 0 0.01 295.25 0.97 0.64
Hex EE 4B FC 6 46 0 1 127 61 40
Octal 356 113 374 6 106 0 1 447 141 100
Binary 11101110 1001011 11111100 110 1000110 0 1 100100111 1100001 1000000

Color Harmonies of #EE4BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BFC

Black with #EE4BFC

Text Example


Text Example

White with #EE4BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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