Html Css Color HEX #EB7AD1 Orchid

📋 copy color: '#EB7AD1'

red 235 ◦ green 122 ◦ blue 209

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

Shades of Orchid #EB7AD1

Tints of Orchid #EB7AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

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

R = 41.52%
G = 21.55%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB7AD1 (or 0xEB7AD1) is known color: Orchid. HEX triplet: EB, 7A and D1. RGB value is (235,122,209). Sum of RGB (Red+Green+Blue) = 235+122+209=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7AD1 is #14852E. Grayscale: #A5A5A5. Windows color (decimal): -1344815 or 13728491. OLE color: 13728491.

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

Color convert

RGB 235 122 209 -
CMYK 0 0.48 0.11 0.08
HSL 313.81º 0.74% 0.7% -
HSV(B) 313.81º 0.48% 0.92% -
XYZ 52.73 36.18 64.53 -
YUV 165.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 235 122 209 0 0.48 0.11 0.08 313.81 0.74 0.7
Hex EB 7A D1 0 30 B 8 13A 4A 46
Octal 353 172 321 0 60 13 10 472 112 106
Binary 11101011 1111010 11010001 0 110000 1011 1000 100111010 1001010 1000110

Color Harmonies of #EB7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7AD1

Black with #EB7AD1

Text Example


Text Example

White with #EB7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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