Html Css Color HEX #EE3AFE Pink Flamingo

📋 copy color: '#EE3AFE'

red 238 ◦ green 58 ◦ blue 254

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

Shades of Pink Flamingo #EE3AFE

Tints of Pink Flamingo #EE3AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.55%

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

R = 43.27%
G = 10.55%
B = 46.18%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE3AFE (or 0xEE3AFE) is known color: Pink Flamingo. HEX triplet: EE, 3A and FE. RGB value is (238,58,254). Sum of RGB (Red+Green+Blue) = 238+58+254=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 58 (23.05% from 255 or 10.55% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE3AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE3AFE is #11C501. Grayscale: #858585. Windows color (decimal): -1164546 or 16661230. OLE color: 16661230.

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

Color convert

RGB 238 58 254 -
CMYK 0.06 0.77 0 0.00
HSL 295.1º 0.99% 0.61% -
HSV(B) 295.1º 0.77% 1% -
XYZ 54.66 28.36 96.36 -
YUV 134.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 238 58 254 0.06 0.77 0 0.00 295.1 0.99 0.61
Hex EE 3A FE 6 4D 0 0 127 63 3D
Octal 356 72 376 6 115 0 0 447 143 75
Binary 11101110 111010 11111110 110 1001101 0 0 100100111 1100011 111101

Color Harmonies of #EE3AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3AFE

Black with #EE3AFE

Text Example


Text Example

White with #EE3AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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