Html Css Color HEX #E372DA Orchid

📋 copy color: '#E372DA'

red 227 ◦ green 114 ◦ blue 218

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

Shades of Orchid #E372DA

Tints of Orchid #E372DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.39%

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

R = 40.61%
G = 20.39%
B = 39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E372DA (or 0xE372DA) is known color: Orchid. HEX triplet: E3, 72 and DA. RGB value is (227,114,218). Sum of RGB (Red+Green+Blue) = 227+114+218=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E372DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372DA is #1C8D25. Grayscale: #9F9F9F. Windows color (decimal): -1871142 or 14316259. OLE color: 14316259.

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

Color convert

RGB 227 114 218 -
CMYK 0 0.50 0.04 0.11
HSL 304.78º 0.67% 0.67% -
HSV(B) 304.78º 0.5% 0.89% -
XYZ 50.35 33.43 70.13 -
YUV 159.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 227 114 218 0 0.50 0.04 0.11 304.78 0.67 0.67
Hex E3 72 DA 0 32 4 B 131 43 43
Octal 343 162 332 0 62 4 13 461 103 103
Binary 11100011 1110010 11011010 0 110010 100 1011 100110001 1000011 1000011

Color Harmonies of #E372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372DA

Black with #E372DA

Text Example


Text Example

White with #E372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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