Html Css Color HEX #EE34FE Pink Flamingo

📋 copy color: '#EE34FE'

red 238 ◦ green 52 ◦ blue 254

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

Shades of Pink Flamingo #EE34FE

Tints of Pink Flamingo #EE34FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.56%

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

R = 43.75%
G = 9.56%
B = 46.69%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE34FE (or 0xEE34FE) is known color: Pink Flamingo. HEX triplet: EE, 34 and FE. RGB value is (238,52,254). Sum of RGB (Red+Green+Blue) = 238+52+254=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 52 (20.70% from 255 or 9.56% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34FE is #11CB01. Grayscale: #828282. Windows color (decimal): -1166082 or 16659694. OLE color: 16659694.

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

Color convert

RGB 238 52 254 -
CMYK 0.06 0.80 0 0.00
HSL 295.25º 0.99% 0.6% -
HSV(B) 295.25º 0.8% 1% -
XYZ 54.38 27.79 96.26 -
YUV 130.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 238 52 254 0.06 0.80 0 0.00 295.25 0.99 0.6
Hex EE 34 FE 6 50 0 0 127 63 3C
Octal 356 64 376 6 120 0 0 447 143 74
Binary 11101110 110100 11111110 110 1010000 0 0 100100111 1100011 111100

Color Harmonies of #EE34FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34FE

Black with #EE34FE

Text Example


Text Example

White with #EE34FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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