Html Css Color HEX #EB6ECF Orchid

📋 copy color: '#EB6ECF'

red 235 ◦ green 110 ◦ blue 207

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

Shades of Orchid #EB6ECF

Tints of Orchid #EB6ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 42.57%
G = 19.93%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB6ECF (or 0xEB6ECF) is known color: Orchid. HEX triplet: EB, 6E and CF. RGB value is (235,110,207). Sum of RGB (Red+Green+Blue) = 235+110+207=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ECF is #149130. Grayscale: #9E9E9E. Windows color (decimal): -1347889 or 13594347. OLE color: 13594347.

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

Color convert

RGB 235 110 207 -
CMYK 0 0.53 0.12 0.08
HSL 313.44º 0.76% 0.68% -
HSV(B) 313.44º 0.53% 0.92% -
XYZ 51.1 33.32 62.77 -
YUV 158.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 235 110 207 0 0.53 0.12 0.08 313.44 0.76 0.68
Hex EB 6E CF 0 35 C 8 139 4C 44
Octal 353 156 317 0 65 14 10 471 114 104
Binary 11101011 1101110 11001111 0 110101 1100 1000 100111001 1001100 1000100

Color Harmonies of #EB6ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6ECF

Black with #EB6ECF

Text Example


Text Example

White with #EB6ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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