Html Css Color HEX #E284CC Orchid

📋 copy color: '#E284CC'

red 226 ◦ green 132 ◦ blue 204

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

Shades of Orchid #E284CC

Tints of Orchid #E284CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.49%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 40.21%
G = 23.49%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E284CC (or 0xE284CC) is known color: Orchid. HEX triplet: E2, 84 and CC. RGB value is (226,132,204). Sum of RGB (Red+Green+Blue) = 226+132+204=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E284CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284CC is #1D7B33. Grayscale: #A8A8A8. Windows color (decimal): -1932084 or 13403362. OLE color: 13403362.

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

Color convert

RGB 226 132 204 -
CMYK 0 0.42 0.10 0.11
HSL 314.04º 0.62% 0.7% -
HSV(B) 314.04º 0.42% 0.89% -
XYZ 50.51 37.03 61.61 -
YUV 168.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 226 132 204 0 0.42 0.10 0.11 314.04 0.62 0.7
Hex E2 84 CC 0 2A A B 13A 3E 46
Octal 342 204 314 0 52 12 13 472 76 106
Binary 11100010 10000100 11001100 0 101010 1010 1011 100111010 111110 1000110

Color Harmonies of #E284CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E284CC

Black with #E284CC

Text Example


Text Example

White with #E284CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E284CC; }

 p { color: rgb(226,132,204); }

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

background-color css

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

 a { background-color: rgb(226,132,204); }

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

border-color css

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

 span { border-color: rgb(226,132,204); }

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