Html Css Color HEX #EB71DF Orchid

📋 copy color: '#EB71DF'

red 235 ◦ green 113 ◦ blue 223

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

Shades of Orchid #EB71DF

Tints of Orchid #EB71DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 41.16%
G = 19.79%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB71DF (or 0xEB71DF) is known color: Orchid. HEX triplet: EB, 71 and DF. RGB value is (235,113,223). Sum of RGB (Red+Green+Blue) = 235+113+223=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71DF is #148E20. Grayscale: #A1A1A1. Windows color (decimal): -1347105 or 14643691. OLE color: 14643691.

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

Color convert

RGB 235 113 223 -
CMYK 0 0.52 0.05 0.08
HSL 305.9º 0.75% 0.68% -
HSV(B) 305.9º 0.52% 0.92% -
XYZ 53.49 34.8 73.71 -
YUV 162.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 235 113 223 0 0.52 0.05 0.08 305.9 0.75 0.68
Hex EB 71 DF 0 34 5 8 132 4B 44
Octal 353 161 337 0 64 5 10 462 113 104
Binary 11101011 1110001 11011111 0 110100 101 1000 100110010 1001011 1000100

Color Harmonies of #EB71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71DF

Black with #EB71DF

Text Example


Text Example

White with #EB71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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