Html Css Color HEX #EE6DFC Ultra Pink

📋 copy color: '#EE6DFC'

red 238 ◦ green 109 ◦ blue 252

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

Shades of Ultra Pink #EE6DFC

Tints of Ultra Pink #EE6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.2%

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

R = 39.73%
G = 18.2%
B = 42.07%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE6DFC (or 0xEE6DFC) is known color: Ultra Pink. HEX triplet: EE, 6D and FC. RGB value is (238,109,252). Sum of RGB (Red+Green+Blue) = 238+109+252=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 109 (42.97% from 255 or 18.20% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE6DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6DFC is #119203. Grayscale: #A3A3A3. Windows color (decimal): -1151492 or 16543214. OLE color: 16543214.

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

Color convert

RGB 238 109 252 -
CMYK 0.06 0.57 0 0.01
HSL 294.13º 0.96% 0.71% -
HSV(B) 294.13º 0.57% 0.99% -
XYZ 58.3 36.14 96 -
YUV 163.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 238 109 252 0.06 0.57 0 0.01 294.13 0.96 0.71
Hex EE 6D FC 6 39 0 1 126 60 47
Octal 356 155 374 6 71 0 1 446 140 107
Binary 11101110 1101101 11111100 110 111001 0 1 100100110 1100000 1000111

Color Harmonies of #EE6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6DFC

Black with #EE6DFC

Text Example


Text Example

White with #EE6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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