Html Css Color HEX #EE4BFF Pink Flamingo

📋 copy color: '#EE4BFF'

red 238 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #EE4BFF

Tints of Pink Flamingo #EE4BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 41.9%
G = 13.2%
B = 44.89%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE4BFF (or 0xEE4BFF) is known color: Pink Flamingo. HEX triplet: EE, 4B and FF. RGB value is (238,75,255). Sum of RGB (Red+Green+Blue) = 238+75+255=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 75 (29.69% from 255 or 13.20% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4BFF is #11B400. Grayscale: #8F8F8F. Windows color (decimal): -1160193 or 16731118. OLE color: 16731118.

HSL color Cylindrical-coordinate representation of color #EE4BFF: hue angle of 294.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE4BFF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 75 255 -
CMYK 0.07 0.71 0 0
HSL 294.33º 1% 0.65% -
HSV(B) 294.33º 0.71% 1% -
XYZ 55.83 30.43 97.54 -
YUV 144.26 190.5 194.86 -
System Red Green Blue C M Y K H S L
Decimal 238 75 255 0.07 0.71 0 0 294.33 1 0.65
Hex EE 4B FF 7 47 0 0 126 64 41
Octal 356 113 377 7 107 0 0 446 144 101
Binary 11101110 1001011 11111111 111 1000111 0 0 100100110 1100100 1000001

Color Harmonies of #EE4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4BFF

Black with #EE4BFF

Text Example


Text Example

White with #EE4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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