Html Css Color HEX #E287D4 Orchid

📋 copy color: '#E287D4'

red 226 ◦ green 135 ◦ blue 212

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

Shades of Orchid #E287D4

Tints of Orchid #E287D4

RGB

 RED value IS 226 (88.67% from 255) = 39.44%

 GREEN value IS 135 (53.13% from 255) = 23.56%

 BLUE value IS 212 (83.2% from 255) = 37%

R = 39.44%
G = 23.56%
B = 37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E287D4 (or 0xE287D4) is known color: Orchid. HEX triplet: E2, 87 and D4. RGB value is (226,135,212). Sum of RGB (Red+Green+Blue) = 226+135+212=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E287D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287D4 is #1D782B. Grayscale: #AAAAAA. Windows color (decimal): -1931308 or 13928418. OLE color: 13928418.

HSL color Cylindrical-coordinate representation of color #E287D4: hue angle of 309.23º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287D4 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 135 212 -
CMYK 0 0.40 0.06 0.11
HSL 309.23º 0.61% 0.71% -
HSV(B) 309.23º 0.4% 0.89% -
XYZ 51.91 38.25 66.93 -
YUV 170.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 226 135 212 0 0.40 0.06 0.11 309.23 0.61 0.71
Hex E2 87 D4 0 28 6 B 135 3D 47
Octal 342 207 324 0 50 6 13 465 75 107
Binary 11100010 10000111 11010100 0 101000 110 1011 100110101 111101 1000111

Color Harmonies of #E287D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E287D4

Black with #E287D4

Text Example


Text Example

White with #E287D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E287D4; }

 p { color: rgb(226,135,212); }

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

background-color css

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

 a { background-color: rgb(226,135,212); }

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

border-color css

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

 span { border-color: rgb(226,135,212); }

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