Html Css Color HEX #EE42FB Pink Flamingo

📋 copy color: '#EE42FB'

red 238 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #EE42FB

Tints of Pink Flamingo #EE42FB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.89%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 42.88%
G = 11.89%
B = 45.23%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE42FB (or 0xEE42FB) is known color: Pink Flamingo. HEX triplet: EE, 42 and FB. RGB value is (238,66,251). Sum of RGB (Red+Green+Blue) = 238+66+251=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE42FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE42FB is #11BD04. Grayscale: #898989. Windows color (decimal): -1162501 or 16466670. OLE color: 16466670.

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

Color convert

RGB 238 66 251 -
CMYK 0.05 0.74 0 0.02
HSL 295.78º 0.96% 0.62% -
HSV(B) 295.78º 0.74% 0.98% -
XYZ 54.62 29.04 93.99 -
YUV 138.52 191.48 198.96 -
System Red Green Blue C M Y K H S L
Decimal 238 66 251 0.05 0.74 0 0.02 295.78 0.96 0.62
Hex EE 42 FB 5 4A 0 2 128 60 3E
Octal 356 102 373 5 112 0 2 450 140 76
Binary 11101110 1000010 11111011 101 1001010 0 10 100101000 1100000 111110

Color Harmonies of #EE42FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE42FB

Black with #EE42FB

Text Example


Text Example

White with #EE42FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE42FB; }

 p { color: rgb(238,66,251); }

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

background-color css

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

 a { background-color: rgb(238,66,251); }

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

border-color css

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

 span { border-color: rgb(238,66,251); }

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