Html Css Color HEX #EE70DA Orchid

📋 copy color: '#EE70DA'

red 238 ◦ green 112 ◦ blue 218

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

Shades of Orchid #EE70DA

Tints of Orchid #EE70DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 41.9%
G = 19.72%
B = 38.38%

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

#EE70DA (or 0xEE70DA) is known color: Orchid. HEX triplet: EE, 70 and DA. RGB value is (238,112,218). Sum of RGB (Red+Green+Blue) = 238+112+218=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70DA is #118F25. Grayscale: #A1A1A1. Windows color (decimal): -1150758 or 14315758. OLE color: 14315758.

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

Color convert

RGB 238 112 218 -
CMYK 0 0.53 0.08 0.07
HSL 309.52º 0.79% 0.69% -
HSV(B) 309.52º 0.53% 0.93% -
XYZ 53.71 34.83 70.22 -
YUV 161.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 238 112 218 0 0.53 0.08 0.07 309.52 0.79 0.69
Hex EE 70 DA 0 35 8 7 136 4F 45
Octal 356 160 332 0 65 10 7 466 117 105
Binary 11101110 1110000 11011010 0 110101 1000 111 100110110 1001111 1000101

Color Harmonies of #EE70DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70DA

Black with #EE70DA

Text Example


Text Example

White with #EE70DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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