Html Css Color HEX #EE6FE0 Orchid

📋 copy color: '#EE6FE0'

red 238 ◦ green 111 ◦ blue 224

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

Shades of Orchid #EE6FE0

Tints of Orchid #EE6FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.09%

R = 41.54%
G = 19.37%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE6FE0 (or 0xEE6FE0) is known color: Orchid. HEX triplet: EE, 6F and E0. RGB value is (238,111,224). Sum of RGB (Red+Green+Blue) = 238+111+224=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 111 (43.75% from 255 or 19.37% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FE0 is #11901F. Grayscale: #A1A1A1. Windows color (decimal): -1151008 or 14708718. OLE color: 14708718.

HSL color Cylindrical-coordinate representation of color #EE6FE0: hue angle of 306.61º 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 #EE6FE0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 111 224 -
CMYK 0 0.53 0.06 0.07
HSL 306.61º 0.79% 0.68% -
HSV(B) 306.61º 0.53% 0.93% -
XYZ 54.4 34.93 74.4 -
YUV 161.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 238 111 224 0 0.53 0.06 0.07 306.61 0.79 0.68
Hex EE 6F E0 0 35 6 7 133 4F 44
Octal 356 157 340 0 65 6 7 463 117 104
Binary 11101110 1101111 11100000 0 110101 110 111 100110011 1001111 1000100

Color Harmonies of #EE6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6FE0

Black with #EE6FE0

Text Example


Text Example

White with #EE6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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