Html Css Color HEX #EE4EFA Pink Flamingo

📋 copy color: '#EE4EFA'

red 238 ◦ green 78 ◦ blue 250

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

Shades of Pink Flamingo #EE4EFA

Tints of Pink Flamingo #EE4EFA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.78%

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

R = 42.05%
G = 13.78%
B = 44.17%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE4EFA (or 0xEE4EFA) is known color: Pink Flamingo. HEX triplet: EE, 4E and FA. RGB value is (238,78,250). Sum of RGB (Red+Green+Blue) = 238+78+250=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 78 (30.86% from 255 or 13.78% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE4EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE4EFA is #11B105. Grayscale: #909090. Windows color (decimal): -1159430 or 16404206. OLE color: 16404206.

HSL color Cylindrical-coordinate representation of color #EE4EFA: hue angle of 295.81º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE4EFA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 78 250 -
CMYK 0.05 0.69 0 0.02
HSL 295.81º 0.95% 0.64% -
HSV(B) 295.81º 0.69% 0.98% -
XYZ 55.24 30.53 93.42 -
YUV 145.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 238 78 250 0.05 0.69 0 0.02 295.81 0.95 0.64
Hex EE 4E FA 5 45 0 2 128 5F 40
Octal 356 116 372 5 105 0 2 450 137 100
Binary 11101110 1001110 11111010 101 1000101 0 10 100101000 1011111 1000000

Color Harmonies of #EE4EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4EFA

Black with #EE4EFA

Text Example


Text Example

White with #EE4EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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