Html Css Color HEX #EE3BFA Pink Flamingo

📋 copy color: '#EE3BFA'

red 238 ◦ green 59 ◦ blue 250

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

Shades of Pink Flamingo #EE3BFA

Tints of Pink Flamingo #EE3BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.79%

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

R = 43.51%
G = 10.79%
B = 45.7%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE3BFA (or 0xEE3BFA) is known color: Pink Flamingo. HEX triplet: EE, 3B and FA. RGB value is (238,59,250). Sum of RGB (Red+Green+Blue) = 238+59+250=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 59 (23.44% from 255 or 10.79% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE3BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3BFA is #11C405. Grayscale: #858585. Windows color (decimal): -1164294 or 16399342. OLE color: 16399342.

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

Color convert

RGB 238 59 250 -
CMYK 0.05 0.76 0 0.02
HSL 296.23º 0.95% 0.61% -
HSV(B) 296.23º 0.76% 0.98% -
XYZ 54.08 28.21 93.04 -
YUV 134.3 193.3 201.97 -
System Red Green Blue C M Y K H S L
Decimal 238 59 250 0.05 0.76 0 0.02 296.23 0.95 0.61
Hex EE 3B FA 5 4C 0 2 128 5F 3D
Octal 356 73 372 5 114 0 2 450 137 75
Binary 11101110 111011 11111010 101 1001100 0 10 100101000 1011111 111101

Color Harmonies of #EE3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3BFA

Black with #EE3BFA

Text Example


Text Example

White with #EE3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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