Html Css Color HEX #EB71D8 Orchid

📋 copy color: '#EB71D8'

red 235 ◦ green 113 ◦ blue 216

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

Shades of Orchid #EB71D8

Tints of Orchid #EB71D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 41.67%
G = 20.04%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB71D8 (or 0xEB71D8) is known color: Orchid. HEX triplet: EB, 71 and D8. RGB value is (235,113,216). Sum of RGB (Red+Green+Blue) = 235+113+216=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71D8 is #148E27. Grayscale: #A0A0A0. Windows color (decimal): -1347112 or 14184939. OLE color: 14184939.

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

Color convert

RGB 235 113 216 -
CMYK 0 0.52 0.08 0.08
HSL 309.34º 0.75% 0.68% -
HSV(B) 309.34º 0.52% 0.92% -
XYZ 52.56 34.43 68.84 -
YUV 161.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 235 113 216 0 0.52 0.08 0.08 309.34 0.75 0.68
Hex EB 71 D8 0 34 8 8 135 4B 44
Octal 353 161 330 0 64 10 10 465 113 104
Binary 11101011 1110001 11011000 0 110100 1000 1000 100110101 1001011 1000100

Color Harmonies of #EB71D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71D8

Black with #EB71D8

Text Example


Text Example

White with #EB71D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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