Html Css Color HEX #EB6EDA Orchid

📋 copy color: '#EB6EDA'

red 235 ◦ green 110 ◦ blue 218

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

Shades of Orchid #EB6EDA

Tints of Orchid #EB6EDA

RGB

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

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

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

R = 41.74%
G = 19.54%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB6EDA (or 0xEB6EDA) is known color: Orchid. HEX triplet: EB, 6E and DA. RGB value is (235,110,218). Sum of RGB (Red+Green+Blue) = 235+110+218=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EDA is #149125. Grayscale: #9F9F9F. Windows color (decimal): -1347878 or 14315243. OLE color: 14315243.

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

Color convert

RGB 235 110 218 -
CMYK 0 0.53 0.07 0.08
HSL 308.16º 0.76% 0.68% -
HSV(B) 308.16º 0.53% 0.92% -
XYZ 52.49 33.88 70.1 -
YUV 159.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 235 110 218 0 0.53 0.07 0.08 308.16 0.76 0.68
Hex EB 6E DA 0 35 7 8 134 4C 44
Octal 353 156 332 0 65 7 10 464 114 104
Binary 11101011 1101110 11011010 0 110101 111 1000 100110100 1001100 1000100

Color Harmonies of #EB6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EDA

Black with #EB6EDA

Text Example


Text Example

White with #EB6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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