Html Css Color HEX #EB6FD1 Orchid

📋 copy color: '#EB6FD1'

red 235 ◦ green 111 ◦ blue 209

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

Shades of Orchid #EB6FD1

Tints of Orchid #EB6FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

 BLUE value IS 209 (82.03% from 255) = 37.66%

R = 42.34%
G = 20%
B = 37.66%

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

#EB6FD1 (or 0xEB6FD1) is known color: Orchid. HEX triplet: EB, 6F and D1. RGB value is (235,111,209). Sum of RGB (Red+Green+Blue) = 235+111+209=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FD1 is #14902E. Grayscale: #9E9E9E. Windows color (decimal): -1347631 or 13725675. OLE color: 13725675.

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

Color convert

RGB 235 111 209 -
CMYK 0 0.53 0.11 0.08
HSL 312.58º 0.76% 0.68% -
HSV(B) 312.58º 0.53% 0.92% -
XYZ 51.45 33.63 64.1 -
YUV 159.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 235 111 209 0 0.53 0.11 0.08 312.58 0.76 0.68
Hex EB 6F D1 0 35 B 8 139 4C 44
Octal 353 157 321 0 65 13 10 471 114 104
Binary 11101011 1101111 11010001 0 110101 1011 1000 100111001 1001100 1000100

Color Harmonies of #EB6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FD1

Black with #EB6FD1

Text Example


Text Example

White with #EB6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FD1; }

 p { color: rgb(235,111,209); }

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

background-color css

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

 a { background-color: rgb(235,111,209); }

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

border-color css

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

 span { border-color: rgb(235,111,209); }

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