Html Css Color HEX #EB6ED0 Orchid

📋 copy color: '#EB6ED0'

red 235 ◦ green 110 ◦ blue 208

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

Shades of Orchid #EB6ED0

Tints of Orchid #EB6ED0

RGB

 RED value IS 235 (92.19% from 255) = 42.5%

 GREEN value IS 110 (43.36% from 255) = 19.89%

 BLUE value IS 208 (81.64% from 255) = 37.61%

R = 42.5%
G = 19.89%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB6ED0 (or 0xEB6ED0) is known color: Orchid. HEX triplet: EB, 6E and D0. RGB value is (235,110,208). Sum of RGB (Red+Green+Blue) = 235+110+208=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ED0 is #14912F. Grayscale: #9E9E9E. Windows color (decimal): -1347888 or 13659883. OLE color: 13659883.

HSL color Cylindrical-coordinate representation of color #EB6ED0: hue angle of 312.96º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6ED0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 110 208 -
CMYK 0 0.53 0.11 0.08
HSL 312.96º 0.76% 0.68% -
HSV(B) 312.96º 0.53% 0.92% -
XYZ 51.22 33.37 63.42 -
YUV 158.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 235 110 208 0 0.53 0.11 0.08 312.96 0.76 0.68
Hex EB 6E D0 0 35 B 8 139 4C 44
Octal 353 156 320 0 65 13 10 471 114 104
Binary 11101011 1101110 11010000 0 110101 1011 1000 100111001 1001100 1000100

Color Harmonies of #EB6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ED0

Black with #EB6ED0

Text Example


Text Example

White with #EB6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ED0; }

 p { color: rgb(235,110,208); }

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

background-color css

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

 a { background-color: rgb(235,110,208); }

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

border-color css

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

 span { border-color: rgb(235,110,208); }

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