Html Css Color HEX #EB6ED2 Orchid

📋 copy color: '#EB6ED2'

red 235 ◦ green 110 ◦ blue 210

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

Shades of Orchid #EB6ED2

Tints of Orchid #EB6ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.84%

R = 42.34%
G = 19.82%
B = 37.84%

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

#EB6ED2 (or 0xEB6ED2) is known color: Orchid. HEX triplet: EB, 6E and D2. RGB value is (235,110,210). Sum of RGB (Red+Green+Blue) = 235+110+210=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ED2 is #14912D. Grayscale: #9E9E9E. Windows color (decimal): -1347886 or 13790955. OLE color: 13790955.

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

Color convert

RGB 235 110 210 -
CMYK 0 0.53 0.11 0.08
HSL 312º 0.76% 0.68% -
HSV(B) 312º 0.53% 0.92% -
XYZ 51.47 33.47 64.72 -
YUV 158.78 156.91 182.37 -
System Red Green Blue C M Y K H S L
Decimal 235 110 210 0 0.53 0.11 0.08 312 0.76 0.68
Hex EB 6E D2 0 35 B 8 138 4C 44
Octal 353 156 322 0 65 13 10 470 114 104
Binary 11101011 1101110 11010010 0 110101 1011 1000 100111000 1001100 1000100

Color Harmonies of #EB6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ED2

Black with #EB6ED2

Text Example


Text Example

White with #EB6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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