Html Css Color HEX #EE70D7 Orchid

📋 copy color: '#EE70D7'

red 238 ◦ green 112 ◦ blue 215

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

Shades of Orchid #EE70D7

Tints of Orchid #EE70D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 42.12%
G = 19.82%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE70D7 (or 0xEE70D7) is known color: Orchid. HEX triplet: EE, 70 and D7. RGB value is (238,112,215). Sum of RGB (Red+Green+Blue) = 238+112+215=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70D7 is #118F28. Grayscale: #A1A1A1. Windows color (decimal): -1150761 or 14119150. OLE color: 14119150.

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

Color convert

RGB 238 112 215 -
CMYK 0 0.53 0.10 0.07
HSL 310.95º 0.79% 0.69% -
HSV(B) 310.95º 0.53% 0.93% -
XYZ 53.32 34.67 68.17 -
YUV 161.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 238 112 215 0 0.53 0.10 0.07 310.95 0.79 0.69
Hex EE 70 D7 0 35 A 7 137 4F 45
Octal 356 160 327 0 65 12 7 467 117 105
Binary 11101110 1110000 11010111 0 110101 1010 111 100110111 1001111 1000101

Color Harmonies of #EE70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70D7

Black with #EE70D7

Text Example


Text Example

White with #EE70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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