Html Css Color HEX #EE4BFA Pink Flamingo

📋 copy color: '#EE4BFA'

red 238 ◦ green 75 ◦ blue 250

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

Shades of Pink Flamingo #EE4BFA

Tints of Pink Flamingo #EE4BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 42.27%
G = 13.32%
B = 44.4%

CMYK

 C value IS 0.05

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE4BFA (or 0xEE4BFA) is known color: Pink Flamingo. HEX triplet: EE, 4B and FA. RGB value is (238,75,250). Sum of RGB (Red+Green+Blue) = 238+75+250=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 75 (29.69% from 255 or 13.32% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE4BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4BFA is #11B405. Grayscale: #8F8F8F. Windows color (decimal): -1160198 or 16403438. OLE color: 16403438.

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

Color convert

RGB 238 75 250 -
CMYK 0.05 0.7 0 0.02
HSL 295.89º 0.95% 0.64% -
HSV(B) 295.89º 0.7% 0.98% -
XYZ 55.03 30.11 93.35 -
YUV 143.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 238 75 250 0.05 0.7 0 0.02 295.89 0.95 0.64
Hex EE 4B FA 5 46 0 2 128 5F 40
Octal 356 113 372 5 106 0 2 450 137 100
Binary 11101110 1001011 11111010 101 1000110 0 10 100101000 1011111 1000000

Color Harmonies of #EE4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BFA

Black with #EE4BFA

Text Example


Text Example

White with #EE4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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