Html Css Color HEX #EE65FB Pink Flamingo

📋 copy color: '#EE65FB'

red 238 ◦ green 101 ◦ blue 251

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

Shades of Pink Flamingo #EE65FB

Tints of Pink Flamingo #EE65FB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.12%

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

R = 40.34%
G = 17.12%
B = 42.54%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE65FB (or 0xEE65FB) is known color: Pink Flamingo. HEX triplet: EE, 65 and FB. RGB value is (238,101,251). Sum of RGB (Red+Green+Blue) = 238+101+251=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 101 (39.84% from 255 or 17.12% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65FB is #119A04. Grayscale: #9E9E9E. Windows color (decimal): -1153541 or 16475630. OLE color: 16475630.

HSL color Cylindrical-coordinate representation of color #EE65FB: hue angle of 294.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE65FB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 101 251 -
CMYK 0.05 0.60 0 0.02
HSL 294.8º 0.95% 0.69% -
HSV(B) 294.8º 0.6% 0.98% -
XYZ 57.33 34.45 94.89 -
YUV 159.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 238 101 251 0.05 0.60 0 0.02 294.8 0.95 0.69
Hex EE 65 FB 5 3C 0 2 127 5F 45
Octal 356 145 373 5 74 0 2 447 137 105
Binary 11101110 1100101 11111011 101 111100 0 10 100100111 1011111 1000101

Color Harmonies of #EE65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65FB

Black with #EE65FB

Text Example


Text Example

White with #EE65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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