Html Css Color HEX #E374E1 Orchid

📋 copy color: '#E374E1'

red 227 ◦ green 116 ◦ blue 225

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

Shades of Orchid #E374E1

Tints of Orchid #E374E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 39.96%
G = 20.42%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E374E1 (or 0xE374E1) is known color: Orchid. HEX triplet: E3, 74 and E1. RGB value is (227,116,225). Sum of RGB (Red+Green+Blue) = 227+116+225=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E374E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374E1 is #1C8B1E. Grayscale: #A1A1A1. Windows color (decimal): -1870623 or 14775523. OLE color: 14775523.

HSL color Cylindrical-coordinate representation of color #E374E1: hue angle of 301.08º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E374E1 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 116 225 -
CMYK 0 0.49 0.01 0.11
HSL 301.08º 0.66% 0.67% -
HSV(B) 301.08º 0.49% 0.89% -
XYZ 51.51 34.26 75.13 -
YUV 161.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 227 116 225 0 0.49 0.01 0.11 301.08 0.66 0.67
Hex E3 74 E1 0 31 1 B 12D 42 43
Octal 343 164 341 0 61 1 13 455 102 103
Binary 11100011 1110100 11100001 0 110001 1 1011 100101101 1000010 1000011

Color Harmonies of #E374E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374E1

Black with #E374E1

Text Example


Text Example

White with #E374E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374E1; }

 p { color: rgb(227,116,225); }

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

background-color css

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

 a { background-color: rgb(227,116,225); }

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

border-color css

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

 span { border-color: rgb(227,116,225); }

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