Html Css Color HEX #EE6FD8 Orchid

📋 copy color: '#EE6FD8'

red 238 ◦ green 111 ◦ blue 216

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

Shades of Orchid #EE6FD8

Tints of Orchid #EE6FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.65%

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 42.12%
G = 19.65%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE6FD8 (or 0xEE6FD8) is known color: Orchid. HEX triplet: EE, 6F and D8. RGB value is (238,111,216). Sum of RGB (Red+Green+Blue) = 238+111+216=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FD8 is #119027. Grayscale: #A0A0A0. Windows color (decimal): -1151016 or 14184430. OLE color: 14184430.

HSL color Cylindrical-coordinate representation of color #EE6FD8: hue angle of 310.39º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6FD8 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 111 216 -
CMYK 0 0.53 0.09 0.07
HSL 310.39º 0.79% 0.68% -
HSV(B) 310.39º 0.53% 0.93% -
XYZ 53.34 34.5 68.81 -
YUV 160.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 238 111 216 0 0.53 0.09 0.07 310.39 0.79 0.68
Hex EE 6F D8 0 35 9 7 136 4F 44
Octal 356 157 330 0 65 11 7 466 117 104
Binary 11101110 1101111 11011000 0 110101 1001 111 100110110 1001111 1000100

Color Harmonies of #EE6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6FD8

Black with #EE6FD8

Text Example


Text Example

White with #EE6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6FD8; }

 p { color: rgb(238,111,216); }

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

background-color css

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

 a { background-color: rgb(238,111,216); }

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

border-color css

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

 span { border-color: rgb(238,111,216); }

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