Html Css Color HEX #EB71D1 Orchid

📋 copy color: '#EB71D1'

red 235 ◦ green 113 ◦ blue 209

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

Shades of Orchid #EB71D1

Tints of Orchid #EB71D1

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.29%

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

R = 42.19%
G = 20.29%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB71D1 (or 0xEB71D1) is known color: Orchid. HEX triplet: EB, 71 and D1. RGB value is (235,113,209). Sum of RGB (Red+Green+Blue) = 235+113+209=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71D1 is #148E2E. Grayscale: #A0A0A0. Windows color (decimal): -1347119 or 13726187. OLE color: 13726187.

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

Color convert

RGB 235 113 209 -
CMYK 0 0.52 0.11 0.08
HSL 312.79º 0.75% 0.68% -
HSV(B) 312.79º 0.52% 0.92% -
XYZ 51.67 34.08 64.18 -
YUV 160.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 235 113 209 0 0.52 0.11 0.08 312.79 0.75 0.68
Hex EB 71 D1 0 34 B 8 139 4B 44
Octal 353 161 321 0 64 13 10 471 113 104
Binary 11101011 1110001 11010001 0 110100 1011 1000 100111001 1001011 1000100

Color Harmonies of #EB71D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71D1

Black with #EB71D1

Text Example


Text Example

White with #EB71D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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