Html Css Color HEX #E285D4 Orchid

📋 copy color: '#E285D4'

red 226 ◦ green 133 ◦ blue 212

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

Shades of Orchid #E285D4

Tints of Orchid #E285D4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.29%

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

R = 39.58%
G = 23.29%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E285D4 (or 0xE285D4) is known color: Orchid. HEX triplet: E2, 85 and D4. RGB value is (226,133,212). Sum of RGB (Red+Green+Blue) = 226+133+212=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E285D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285D4 is #1D7A2B. Grayscale: #A9A9A9. Windows color (decimal): -1931820 or 13927906. OLE color: 13927906.

HSL color Cylindrical-coordinate representation of color #E285D4: hue angle of 309.03º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285D4 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 133 212 -
CMYK 0 0.41 0.06 0.11
HSL 309.03º 0.62% 0.7% -
HSV(B) 309.03º 0.41% 0.89% -
XYZ 51.64 37.7 66.84 -
YUV 169.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 226 133 212 0 0.41 0.06 0.11 309.03 0.62 0.7
Hex E2 85 D4 0 29 6 B 135 3E 46
Octal 342 205 324 0 51 6 13 465 76 106
Binary 11100010 10000101 11010100 0 101001 110 1011 100110101 111110 1000110

Color Harmonies of #E285D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E285D4

Black with #E285D4

Text Example


Text Example

White with #E285D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E285D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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