Html Css Color HEX #EB7AD2 Orchid

📋 copy color: '#EB7AD2'

red 235 ◦ green 122 ◦ blue 210

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

Shades of Orchid #EB7AD2

Tints of Orchid #EB7AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.04%

R = 41.45%
G = 21.52%
B = 37.04%

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

#EB7AD2 (or 0xEB7AD2) is known color: Orchid. HEX triplet: EB, 7A and D2. RGB value is (235,122,210). Sum of RGB (Red+Green+Blue) = 235+122+210=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7AD2 is #14852D. Grayscale: #A5A5A5. Windows color (decimal): -1344814 or 13794027. OLE color: 13794027.

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

Color convert

RGB 235 122 210 -
CMYK 0 0.48 0.11 0.08
HSL 313.27º 0.74% 0.7% -
HSV(B) 313.27º 0.48% 0.92% -
XYZ 52.85 36.23 65.18 -
YUV 165.82 152.94 177.34 -
System Red Green Blue C M Y K H S L
Decimal 235 122 210 0 0.48 0.11 0.08 313.27 0.74 0.7
Hex EB 7A D2 0 30 B 8 139 4A 46
Octal 353 172 322 0 60 13 10 471 112 106
Binary 11101011 1111010 11010010 0 110000 1011 1000 100111001 1001010 1000110

Color Harmonies of #EB7AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7AD2

Black with #EB7AD2

Text Example


Text Example

White with #EB7AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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