Html Css Color HEX #EE70DC Orchid

📋 copy color: '#EE70DC'

red 238 ◦ green 112 ◦ blue 220

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

Shades of Orchid #EE70DC

Tints of Orchid #EE70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.65%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 41.75%
G = 19.65%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE70DC (or 0xEE70DC) is known color: Orchid. HEX triplet: EE, 70 and DC. RGB value is (238,112,220). Sum of RGB (Red+Green+Blue) = 238+112+220=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70DC is #118F23. Grayscale: #A1A1A1. Windows color (decimal): -1150756 or 14446830. OLE color: 14446830.

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

Color convert

RGB 238 112 220 -
CMYK 0 0.53 0.08 0.07
HSL 308.57º 0.79% 0.69% -
HSV(B) 308.57º 0.53% 0.93% -
XYZ 53.97 34.93 71.61 -
YUV 161.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 238 112 220 0 0.53 0.08 0.07 308.57 0.79 0.69
Hex EE 70 DC 0 35 8 7 135 4F 45
Octal 356 160 334 0 65 10 7 465 117 105
Binary 11101110 1110000 11011100 0 110101 1000 111 100110101 1001111 1000101

Color Harmonies of #EE70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70DC

Black with #EE70DC

Text Example


Text Example

White with #EE70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70DC; }

 p { color: rgb(238,112,220); }

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

background-color css

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

 a { background-color: rgb(238,112,220); }

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

border-color css

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

 span { border-color: rgb(238,112,220); }

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