Html Css Color HEX #EE6FDD Orchid

📋 copy color: '#EE6FDD'

red 238 ◦ green 111 ◦ blue 221

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

Shades of Orchid #EE6FDD

Tints of Orchid #EE6FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 41.75%
G = 19.47%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE6FDD (or 0xEE6FDD) is known color: Orchid. HEX triplet: EE, 6F and DD. RGB value is (238,111,221). Sum of RGB (Red+Green+Blue) = 238+111+221=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FDD is #119022. Grayscale: #A1A1A1. Windows color (decimal): -1151011 or 14512110. OLE color: 14512110.

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

Color convert

RGB 238 111 221 -
CMYK 0 0.53 0.07 0.07
HSL 308.03º 0.79% 0.68% -
HSV(B) 308.03º 0.53% 0.93% -
XYZ 54 34.77 72.27 -
YUV 161.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 238 111 221 0 0.53 0.07 0.07 308.03 0.79 0.68
Hex EE 6F DD 0 35 7 7 134 4F 44
Octal 356 157 335 0 65 7 7 464 117 104
Binary 11101110 1101111 11011101 0 110101 111 111 100110100 1001111 1000100

Color Harmonies of #EE6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6FDD

Black with #EE6FDD

Text Example


Text Example

White with #EE6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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