#EB74D1

Color #EB74D1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #EB74D1

Tints of Orchid #EB74D1

Color information

#EB74D1 (or 0xEB74D1) is unknown color: approx Orchid. HEX triplet: EB, 74 and D1. RGB value is (235,116,209). Sum of RGB (Red+Green+Blue) = 235+116+209=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74D1 is #148B2E. Grayscale: #A1A1A1. Windows color (decimal): -1346351 or 13726955. OLE color: 13726955.

HSL color Cylindrical-coordinate representation of color #EB74D1: hue angle of 313.11º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB74D1 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235116209-
CMYK00.510.110.08
HSL313.11º74.84%68.82%-
HSV(B)313.11º50.64%92.16%-
XYZ52.0134.7664.29-
YUV162.18154.42179.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 116 (45.70% from 255) = 20.71%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=41.96%
G=20.71%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511620900.510.110.08313.1174.8468.82
HexEB74D1033B81394b45
Octal3531643210631310471113105
Binary1110101111101001101000101100111011100010011100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB74D1; }

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

 H1.HeaderClassName
 {
   color: #EB74D1;
 }
 .AnyTagClassName
 {
   color: #EB74D1;
 }
</style>
background-color css

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

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

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

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

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

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