Html Css Color HEX #E375DA Orchid

📋 copy color: '#E375DA'

red 227 ◦ green 117 ◦ blue 218

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

Shades of Orchid #E375DA

Tints of Orchid #E375DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.82%

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

R = 40.39%
G = 20.82%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E375DA (or 0xE375DA) is known color: Orchid. HEX triplet: E3, 75 and DA. RGB value is (227,117,218). Sum of RGB (Red+Green+Blue) = 227+117+218=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E375DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E375DA is #1C8A25. Grayscale: #A1A1A1. Windows color (decimal): -1870374 or 14317027. OLE color: 14317027.

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

Color convert

RGB 227 117 218 -
CMYK 0 0.48 0.04 0.11
HSL 304.91º 0.66% 0.67% -
HSV(B) 304.91º 0.48% 0.89% -
XYZ 50.69 34.12 70.24 -
YUV 161.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 227 117 218 0 0.48 0.04 0.11 304.91 0.66 0.67
Hex E3 75 DA 0 30 4 B 131 42 43
Octal 343 165 332 0 60 4 13 461 102 103
Binary 11100011 1110101 11011010 0 110000 100 1011 100110001 1000010 1000011

Color Harmonies of #E375DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E375DA

Black with #E375DA

Text Example


Text Example

White with #E375DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E375DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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