Html Css Color HEX #EE34FB Pink Flamingo

📋 copy color: '#EE34FB'

red 238 ◦ green 52 ◦ blue 251

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

Shades of Pink Flamingo #EE34FB

Tints of Pink Flamingo #EE34FB

RGB

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

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

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

R = 43.99%
G = 9.61%
B = 46.4%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE34FB (or 0xEE34FB) is known color: Pink Flamingo. HEX triplet: EE, 34 and FB. RGB value is (238,52,251). Sum of RGB (Red+Green+Blue) = 238+52+251=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 52 (20.70% from 255 or 9.61% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE34FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE34FB is #11CB04. Grayscale: #818181. Windows color (decimal): -1166085 or 16463086. OLE color: 16463086.

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

Color convert

RGB 238 52 251 -
CMYK 0.05 0.79 0 0.02
HSL 296.08º 0.96% 0.59% -
HSV(B) 296.08º 0.79% 0.98% -
XYZ 53.9 27.6 93.75 -
YUV 130.3 196.12 204.82 -
System Red Green Blue C M Y K H S L
Decimal 238 52 251 0.05 0.79 0 0.02 296.08 0.96 0.59
Hex EE 34 FB 5 4F 0 2 128 60 3B
Octal 356 64 373 5 117 0 2 450 140 73
Binary 11101110 110100 11111011 101 1001111 0 10 100101000 1100000 111011

Color Harmonies of #EE34FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34FB

Black with #EE34FB

Text Example


Text Example

White with #EE34FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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