Html Css Color HEX #EE6BFE Ultra Pink

📋 copy color: '#EE6BFE'

red 238 ◦ green 107 ◦ blue 254

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

Shades of Ultra Pink #EE6BFE

Tints of Ultra Pink #EE6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.86%

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

R = 39.73%
G = 17.86%
B = 42.4%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE6BFE (or 0xEE6BFE) is known color: Ultra Pink. HEX triplet: EE, 6B and FE. RGB value is (238,107,254). Sum of RGB (Red+Green+Blue) = 238+107+254=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 107 (42.19% from 255 or 17.86% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE6BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6BFE is #119401. Grayscale: #A2A2A2. Windows color (decimal): -1152002 or 16673774. OLE color: 16673774.

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

Color convert

RGB 238 107 254 -
CMYK 0.06 0.58 0 0.00
HSL 293.47º 0.99% 0.71% -
HSV(B) 293.47º 0.58% 1% -
XYZ 58.41 35.85 97.61 -
YUV 162.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 238 107 254 0.06 0.58 0 0.00 293.47 0.99 0.71
Hex EE 6B FE 6 3A 0 0 125 63 47
Octal 356 153 376 6 72 0 0 445 143 107
Binary 11101110 1101011 11111110 110 111010 0 0 100100101 1100011 1000111

Color Harmonies of #EE6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6BFE

Black with #EE6BFE

Text Example


Text Example

White with #EE6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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