Html Css Color HEX #EE38FE Pink Flamingo

📋 copy color: '#EE38FE'

red 238 ◦ green 56 ◦ blue 254

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

Shades of Pink Flamingo #EE38FE

Tints of Pink Flamingo #EE38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.22%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 43.43%
G = 10.22%
B = 46.35%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE38FE (or 0xEE38FE) is known color: Pink Flamingo. HEX triplet: EE, 38 and FE. RGB value is (238,56,254). Sum of RGB (Red+Green+Blue) = 238+56+254=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 56 (22.27% from 255 or 10.22% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE38FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE38FE is #11C701. Grayscale: #848484. Windows color (decimal): -1165058 or 16660718. OLE color: 16660718.

HSL color Cylindrical-coordinate representation of color #EE38FE: hue angle of 295.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE38FE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 56 254 -
CMYK 0.06 0.78 0 0.00
HSL 295.15º 0.99% 0.61% -
HSV(B) 295.15º 0.78% 1% -
XYZ 54.56 28.16 96.33 -
YUV 132.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 238 56 254 0.06 0.78 0 0.00 295.15 0.99 0.61
Hex EE 38 FE 6 4E 0 0 127 63 3D
Octal 356 70 376 6 116 0 0 447 143 75
Binary 11101110 111000 11111110 110 1001110 0 0 100100111 1100011 111101

Color Harmonies of #EE38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE38FE

Black with #EE38FE

Text Example


Text Example

White with #EE38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE38FE; }

 p { color: rgb(238,56,254); }

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

background-color css

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

 a { background-color: rgb(238,56,254); }

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

border-color css

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

 span { border-color: rgb(238,56,254); }

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