Html Css Color HEX #EB71CF Orchid

📋 copy color: '#EB71CF'

red 235 ◦ green 113 ◦ blue 207

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

Shades of Orchid #EB71CF

Tints of Orchid #EB71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 42.34%
G = 20.36%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EB71CF (or 0xEB71CF) is known color: Orchid. HEX triplet: EB, 71 and CF. RGB value is (235,113,207). Sum of RGB (Red+Green+Blue) = 235+113+207=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71CF is #148E30. Grayscale: #9F9F9F. Windows color (decimal): -1347121 or 13595115. OLE color: 13595115.

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

Color convert

RGB 235 113 207 -
CMYK 0 0.52 0.12 0.08
HSL 313.77º 0.75% 0.68% -
HSV(B) 313.77º 0.52% 0.92% -
XYZ 51.43 33.98 62.88 -
YUV 160.19 154.42 181.36 -
System Red Green Blue C M Y K H S L
Decimal 235 113 207 0 0.52 0.12 0.08 313.77 0.75 0.68
Hex EB 71 CF 0 34 C 8 13A 4B 44
Octal 353 161 317 0 64 14 10 472 113 104
Binary 11101011 1110001 11001111 0 110100 1100 1000 100111010 1001011 1000100

Color Harmonies of #EB71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71CF

Black with #EB71CF

Text Example


Text Example

White with #EB71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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