#EB74D2

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

Shades of Orchid #EB74D2

Tints of Orchid #EB74D2

Color information

#EB74D2 (or 0xEB74D2) is unknown color: approx Orchid. HEX triplet: EB, 74 and D2. RGB value is (235,116,210). Sum of RGB (Red+Green+Blue) = 235+116+210=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB74D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB74D2 is #148B2D. Grayscale: #A2A2A2. Windows color (decimal): -1346350 or 13792491. OLE color: 13792491.

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

Color convert

RGB235116210-
CMYK00.510.110.08
HSL312.61º74.84%68.82%-
HSV(B)312.61º50.64%92.16%-
XYZ52.1434.8164.94-
YUV162.3154.92179.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 116 (45.70% from 255) = 20.68%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=41.89%
G=20.68%
B=37.43%

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
Decimal23511621000.510.110.08312.6174.8468.82
HexEB74D2033B81394b45
Octal3531643220631310471113105
Binary1110101111101001101001001100111011100010011100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB74D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB74D2; }

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

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

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

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

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

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

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

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