Html Css Color HEX #E774CA Orchid

📋 copy color: '#E774CA'

red 231 ◦ green 116 ◦ blue 202

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

Shades of Orchid #E774CA

Tints of Orchid #E774CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 42.08%
G = 21.13%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E774CA (or 0xE774CA) is known color: Orchid. HEX triplet: E7, 74 and CA. RGB value is (231,116,202). Sum of RGB (Red+Green+Blue) = 231+116+202=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E774CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774CA is #188B35. Grayscale: #9F9F9F. Windows color (decimal): -1608502 or 13268199. OLE color: 13268199.

HSL color Cylindrical-coordinate representation of color #E774CA: hue angle of 315.13º 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 #E774CA is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 202 -
CMYK 0 0.50 0.13 0.09
HSL 315.13º 0.71% 0.68% -
HSV(B) 315.13º 0.5% 0.91% -
XYZ 49.86 33.74 59.76 -
YUV 160.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 231 116 202 0 0.50 0.13 0.09 315.13 0.71 0.68
Hex E7 74 CA 0 32 D 9 13B 47 44
Octal 347 164 312 0 62 15 11 473 107 104
Binary 11100111 1110100 11001010 0 110010 1101 1001 100111011 1000111 1000100

Color Harmonies of #E774CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774CA

Black with #E774CA

Text Example


Text Example

White with #E774CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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