Html Css Color HEX #EE6EFC Ultra Pink

📋 copy color: '#EE6EFC'

red 238 ◦ green 110 ◦ blue 252

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

Shades of Ultra Pink #EE6EFC

Tints of Ultra Pink #EE6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.33%

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

R = 39.67%
G = 18.33%
B = 42%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE6EFC (or 0xEE6EFC) is known color: Ultra Pink. HEX triplet: EE, 6E and FC. RGB value is (238,110,252). Sum of RGB (Red+Green+Blue) = 238+110+252=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 110 (43.36% from 255 or 18.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE6EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6EFC is #119103. Grayscale: #A4A4A4. Windows color (decimal): -1151236 or 16543470. OLE color: 16543470.

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

Color convert

RGB 238 110 252 -
CMYK 0.06 0.56 0 0.01
HSL 294.08º 0.96% 0.71% -
HSV(B) 294.08º 0.56% 0.99% -
XYZ 58.41 36.36 96.03 -
YUV 164.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 238 110 252 0.06 0.56 0 0.01 294.08 0.96 0.71
Hex EE 6E FC 6 38 0 1 126 60 47
Octal 356 156 374 6 70 0 1 446 140 107
Binary 11101110 1101110 11111100 110 111000 0 1 100100110 1100000 1000111

Color Harmonies of #EE6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6EFC

Black with #EE6EFC

Text Example


Text Example

White with #EE6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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