Html Css Color HEX #E774DA Orchid

📋 copy color: '#E774DA'

red 231 ◦ green 116 ◦ blue 218

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

Shades of Orchid #E774DA

Tints of Orchid #E774DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.53%

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 40.88%
G = 20.53%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E774DA (or 0xE774DA) is known color: Orchid. HEX triplet: E7, 74 and DA. RGB value is (231,116,218). Sum of RGB (Red+Green+Blue) = 231+116+218=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 116 (45.70% from 255 or 20.53% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DA is #188B25. Grayscale: #A1A1A1. Windows color (decimal): -1608486 or 14316775. OLE color: 14316775.

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

Color convert

RGB 231 116 218 -
CMYK 0 0.50 0.06 0.09
HSL 306.78º 0.71% 0.68% -
HSV(B) 306.78º 0.5% 0.91% -
XYZ 51.86 34.54 70.26 -
YUV 162.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 231 116 218 0 0.50 0.06 0.09 306.78 0.71 0.68
Hex E7 74 DA 0 32 6 9 133 47 44
Octal 347 164 332 0 62 6 11 463 107 104
Binary 11100111 1110100 11011010 0 110010 110 1001 100110011 1000111 1000100

Color Harmonies of #E774DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774DA

Black with #E774DA

Text Example


Text Example

White with #E774DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774DA; }

 p { color: rgb(231,116,218); }

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

background-color css

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

 a { background-color: rgb(231,116,218); }

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

border-color css

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

 span { border-color: rgb(231,116,218); }

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