Html Css Color HEX #E771CA Orchid

📋 copy color: '#E771CA'

red 231 ◦ green 113 ◦ blue 202

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

Shades of Orchid #E771CA

Tints of Orchid #E771CA

RGB

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

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

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

R = 42.31%
G = 20.7%
B = 37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E771CA (or 0xE771CA) is known color: Orchid. HEX triplet: E7, 71 and CA. RGB value is (231,113,202). Sum of RGB (Red+Green+Blue) = 231+113+202=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CA is #188E35. Grayscale: #9E9E9E. Windows color (decimal): -1609270 or 13267431. OLE color: 13267431.

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

Color convert

RGB 231 113 202 -
CMYK 0 0.51 0.13 0.09
HSL 314.75º 0.71% 0.67% -
HSV(B) 314.75º 0.51% 0.91% -
XYZ 49.52 33.06 59.65 -
YUV 158.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 231 113 202 0 0.51 0.13 0.09 314.75 0.71 0.67
Hex E7 71 CA 0 33 D 9 13B 47 43
Octal 347 161 312 0 63 15 11 473 107 103
Binary 11100111 1110001 11001010 0 110011 1101 1001 100111011 1000111 1000011

Color Harmonies of #E771CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771CA

Black with #E771CA

Text Example


Text Example

White with #E771CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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