Html Css Color HEX #EB6EE0 Orchid

📋 copy color: '#EB6EE0'

red 235 ◦ green 110 ◦ blue 224

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

Shades of Orchid #EB6EE0

Tints of Orchid #EB6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.37%

R = 41.3%
G = 19.33%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB6EE0 (or 0xEB6EE0) is known color: Orchid. HEX triplet: EB, 6E and E0. RGB value is (235,110,224). Sum of RGB (Red+Green+Blue) = 235+110+224=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EE0 is #14911F. Grayscale: #A0A0A0. Windows color (decimal): -1347872 or 14708459. OLE color: 14708459.

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

Color convert

RGB 235 110 224 -
CMYK 0 0.53 0.05 0.08
HSL 305.28º 0.76% 0.68% -
HSV(B) 305.28º 0.53% 0.92% -
XYZ 53.29 34.2 74.31 -
YUV 160.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 235 110 224 0 0.53 0.05 0.08 305.28 0.76 0.68
Hex EB 6E E0 0 35 5 8 131 4C 44
Octal 353 156 340 0 65 5 10 461 114 104
Binary 11101011 1101110 11100000 0 110101 101 1000 100110001 1001100 1000100

Color Harmonies of #EB6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6EE0

Black with #EB6EE0

Text Example


Text Example

White with #EB6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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