#EE6BFA

Color #EE6BFA Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #EE6BFA

Tints of Ultra Pink #EE6BFA

Color information

#EE6BFA (or 0xEE6BFA) is unknown color: approx Ultra Pink. HEX triplet: EE, 6B and FA. RGB value is (238,107,250). Sum of RGB (Red+Green+Blue) = 238+107+250=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE6BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BFA is #119405. Grayscale: #A2A2A2. Windows color (decimal): -1152006 or 16411630. OLE color: 16411630.

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

Color convert

RGB238107250-
CMYK0.050.5700.02
HSL294.97º93.46%70%-
HSV(B)294.97º57.2%98.04%-
XYZ57.7735.5994.27-
YUV162.47177.4181.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 17.98%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=40%
G=17.98%
B=42.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381072500.050.5700.02294.9793.4670
HexEE6BFA539021275d46
Octal35615337257102447135106
Binary1110111011010111111101010111100101010010011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6BFA; }

 p { color: rgb(238,107,250); }

 H1.HeaderClassName
 {
   color: #EE6BFA;
 }
 .AnyTagClassName
 {
   color: #EE6BFA;
 }
</style>
background-color css

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

 a { background-color: rgb(238,107,250); }

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

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

 span { border-color: rgb(238,107,250); }

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