Html Css Color HEX #E379CA Orchid

📋 copy color: '#E379CA'

red 227 ◦ green 121 ◦ blue 202

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

Shades of Orchid #E379CA

Tints of Orchid #E379CA

RGB

 RED value IS 227 (89.06% from 255) = 41.27%

 GREEN value IS 121 (47.66% from 255) = 22%

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

R = 41.27%
G = 22%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E379CA (or 0xE379CA) is known color: Orchid. HEX triplet: E3, 79 and CA. RGB value is (227,121,202). Sum of RGB (Red+Green+Blue) = 227+121+202=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E379CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379CA is #1C8635. Grayscale: #A1A1A1. Windows color (decimal): -1869366 or 13269475. OLE color: 13269475.

HSL color Cylindrical-coordinate representation of color #E379CA: hue angle of 314.15º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379CA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 121 202 -
CMYK 0 0.47 0.11 0.11
HSL 314.15º 0.65% 0.68% -
HSV(B) 314.15º 0.47% 0.89% -
XYZ 49.18 34.27 59.9 -
YUV 161.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 227 121 202 0 0.47 0.11 0.11 314.15 0.65 0.68
Hex E3 79 CA 0 2F B B 13A 41 44
Octal 343 171 312 0 57 13 13 472 101 104
Binary 11100011 1111001 11001010 0 101111 1011 1011 100111010 1000001 1000100

Color Harmonies of #E379CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379CA

Black with #E379CA

Text Example


Text Example

White with #E379CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379CA; }

 p { color: rgb(227,121,202); }

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

background-color css

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

 a { background-color: rgb(227,121,202); }

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

border-color css

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

 span { border-color: rgb(227,121,202); }

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