Html Css Color HEX #EB71DC Orchid

📋 copy color: '#EB71DC'

red 235 ◦ green 113 ◦ blue 220

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

Shades of Orchid #EB71DC

Tints of Orchid #EB71DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 41.37%
G = 19.89%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB71DC (or 0xEB71DC) is known color: Orchid. HEX triplet: EB, 71 and DC. RGB value is (235,113,220). Sum of RGB (Red+Green+Blue) = 235+113+220=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71DC is #148E23. Grayscale: #A1A1A1. Windows color (decimal): -1347108 or 14447083. OLE color: 14447083.

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

Color convert

RGB 235 113 220 -
CMYK 0 0.52 0.06 0.08
HSL 307.38º 0.75% 0.68% -
HSV(B) 307.38º 0.52% 0.92% -
XYZ 53.08 34.64 71.6 -
YUV 161.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 235 113 220 0 0.52 0.06 0.08 307.38 0.75 0.68
Hex EB 71 DC 0 34 6 8 133 4B 44
Octal 353 161 334 0 64 6 10 463 113 104
Binary 11101011 1110001 11011100 0 110100 110 1000 100110011 1001011 1000100

Color Harmonies of #EB71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71DC

Black with #EB71DC

Text Example


Text Example

White with #EB71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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