Html Css Color HEX #E374DA Orchid

📋 copy color: '#E374DA'

red 227 ◦ green 116 ◦ blue 218

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

Shades of Orchid #E374DA

Tints of Orchid #E374DA

RGB

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

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

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

R = 40.46%
G = 20.68%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E374DA (or 0xE374DA) is known color: Orchid. HEX triplet: E3, 74 and DA. RGB value is (227,116,218). Sum of RGB (Red+Green+Blue) = 227+116+218=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E374DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374DA is #1C8B25. Grayscale: #A0A0A0. Windows color (decimal): -1870630 or 14316771. OLE color: 14316771.

HSL color Cylindrical-coordinate representation of color #E374DA: hue angle of 304.86º 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 #E374DA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 116 218 -
CMYK 0 0.49 0.04 0.11
HSL 304.86º 0.66% 0.67% -
HSV(B) 304.86º 0.49% 0.89% -
XYZ 50.58 33.88 70.2 -
YUV 160.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 227 116 218 0 0.49 0.04 0.11 304.86 0.66 0.67
Hex E3 74 DA 0 31 4 B 131 42 43
Octal 343 164 332 0 61 4 13 461 102 103
Binary 11100011 1110100 11011010 0 110001 100 1011 100110001 1000010 1000011

Color Harmonies of #E374DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E374DA

Black with #E374DA

Text Example


Text Example

White with #E374DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E374DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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