Html Css Color HEX #EE6CFD Ultra Pink

📋 copy color: '#EE6CFD'

red 238 ◦ green 108 ◦ blue 253

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

Shades of Ultra Pink #EE6CFD

Tints of Ultra Pink #EE6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.03%

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 39.73%
G = 18.03%
B = 42.24%

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

#EE6CFD (or 0xEE6CFD) is known color: Ultra Pink. HEX triplet: EE, 6C and FD. RGB value is (238,108,253). Sum of RGB (Red+Green+Blue) = 238+108+253=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 108 (42.58% from 255 or 18.03% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE6CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6CFD is #119302. Grayscale: #A2A2A2. Windows color (decimal): -1151747 or 16608494. OLE color: 16608494.

HSL color Cylindrical-coordinate representation of color #EE6CFD: hue angle of 293.79º degrees, saturation: 0.97, 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 #EE6CFD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 108 253 -
CMYK 0.06 0.57 0 0.01
HSL 293.79º 0.97% 0.71% -
HSV(B) 293.79º 0.57% 0.99% -
XYZ 58.35 35.99 96.8 -
YUV 163.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 238 108 253 0.06 0.57 0 0.01 293.79 0.97 0.71
Hex EE 6C FD 6 39 0 1 126 61 47
Octal 356 154 375 6 71 0 1 446 141 107
Binary 11101110 1101100 11111101 110 111001 0 1 100100110 1100001 1000111

Color Harmonies of #EE6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6CFD

Black with #EE6CFD

Text Example


Text Example

White with #EE6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6CFD; }

 p { color: rgb(238,108,253); }

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

background-color css

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

 a { background-color: rgb(238,108,253); }

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

border-color css

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

 span { border-color: rgb(238,108,253); }

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