Html Css Color HEX #E771D8 Orchid

📋 copy color: '#E771D8'

red 231 ◦ green 113 ◦ blue 216

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

Shades of Orchid #E771D8

Tints of Orchid #E771D8

RGB

 RED value IS 231 (90.63% from 255) = 41.25%

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

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

R = 41.25%
G = 20.18%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E771D8 (or 0xE771D8) is known color: Orchid. HEX triplet: E7, 71 and D8. RGB value is (231,113,216). Sum of RGB (Red+Green+Blue) = 231+113+216=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E771D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771D8 is #188E27. Grayscale: #9F9F9F. Windows color (decimal): -1609256 or 14184935. OLE color: 14184935.

HSL color Cylindrical-coordinate representation of color #E771D8: hue angle of 307.63º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771D8 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 216 -
CMYK 0 0.51 0.06 0.09
HSL 307.63º 0.71% 0.67% -
HSV(B) 307.63º 0.51% 0.91% -
XYZ 51.25 33.76 68.78 -
YUV 160.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 231 113 216 0 0.51 0.06 0.09 307.63 0.71 0.67
Hex E7 71 D8 0 33 6 9 134 47 43
Octal 347 161 330 0 63 6 11 464 107 103
Binary 11100111 1110001 11011000 0 110011 110 1001 100110100 1000111 1000011

Color Harmonies of #E771D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771D8

Black with #E771D8

Text Example


Text Example

White with #E771D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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