Html Css Color HEX #EE4CFA Pink Flamingo

📋 copy color: '#EE4CFA'

red 238 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #EE4CFA

Tints of Pink Flamingo #EE4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.48%

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

R = 42.2%
G = 13.48%
B = 44.33%

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

#EE4CFA (or 0xEE4CFA) is known color: Pink Flamingo. HEX triplet: EE, 4C and FA. RGB value is (238,76,250). Sum of RGB (Red+Green+Blue) = 238+76+250=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE4CFA is #11B305. Grayscale: #8F8F8F. Windows color (decimal): -1159942 or 16403694. OLE color: 16403694.

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

Color convert

RGB 238 76 250 -
CMYK 0.05 0.70 0 0.02
HSL 295.86º 0.95% 0.64% -
HSV(B) 295.86º 0.7% 0.98% -
XYZ 55.1 30.25 93.38 -
YUV 144.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 238 76 250 0.05 0.70 0 0.02 295.86 0.95 0.64
Hex EE 4C FA 5 46 0 2 128 5F 40
Octal 356 114 372 5 106 0 2 450 137 100
Binary 11101110 1001100 11111010 101 1000110 0 10 100101000 1011111 1000000

Color Harmonies of #EE4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4CFA

Black with #EE4CFA

Text Example


Text Example

White with #EE4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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