Html Css Color HEX #EE34FC Pink Flamingo

📋 copy color: '#EE34FC'

red 238 ◦ green 52 ◦ blue 252

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

Shades of Pink Flamingo #EE34FC

Tints of Pink Flamingo #EE34FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 43.91%
G = 9.59%
B = 46.49%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE34FC (or 0xEE34FC) is known color: Pink Flamingo. HEX triplet: EE, 34 and FC. RGB value is (238,52,252). Sum of RGB (Red+Green+Blue) = 238+52+252=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 52 (20.70% from 255 or 9.59% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE34FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34FC is #11CB03. Grayscale: #818181. Windows color (decimal): -1166084 or 16528622. OLE color: 16528622.

HSL color Cylindrical-coordinate representation of color #EE34FC: hue angle of 295.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE34FC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 52 252 -
CMYK 0.06 0.79 0 0.01
HSL 295.8º 0.97% 0.6% -
HSV(B) 295.8º 0.79% 0.99% -
XYZ 54.06 27.66 94.59 -
YUV 130.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 238 52 252 0.06 0.79 0 0.01 295.8 0.97 0.6
Hex EE 34 FC 6 4F 0 1 128 61 3C
Octal 356 64 374 6 117 0 1 450 141 74
Binary 11101110 110100 11111100 110 1001111 0 1 100101000 1100001 111100

Color Harmonies of #EE34FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34FC

Black with #EE34FC

Text Example


Text Example

White with #EE34FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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