Html Css Color HEX #E282CB Orchid

📋 copy color: '#E282CB'

red 226 ◦ green 130 ◦ blue 203

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

Shades of Orchid #E282CB

Tints of Orchid #E282CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.26%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 40.43%
G = 23.26%
B = 36.31%

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

#E282CB (or 0xE282CB) is known color: Orchid. HEX triplet: E2, 82 and CB. RGB value is (226,130,203). Sum of RGB (Red+Green+Blue) = 226+130+203=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E282CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282CB is #1D7D34. Grayscale: #A6A6A6. Windows color (decimal): -1932597 or 13337314. OLE color: 13337314.

HSL color Cylindrical-coordinate representation of color #E282CB: hue angle of 314.38º 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 #E282CB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 203 -
CMYK 0 0.42 0.10 0.11
HSL 314.38º 0.62% 0.7% -
HSV(B) 314.38º 0.42% 0.89% -
XYZ 50.13 36.45 60.89 -
YUV 167.03 148.3 170.06 -
System Red Green Blue C M Y K H S L
Decimal 226 130 203 0 0.42 0.10 0.11 314.38 0.62 0.7
Hex E2 82 CB 0 2A A B 13A 3E 46
Octal 342 202 313 0 52 12 13 472 76 106
Binary 11100010 10000010 11001011 0 101010 1010 1011 100111010 111110 1000110

Color Harmonies of #E282CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282CB

Black with #E282CB

Text Example


Text Example

White with #E282CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282CB; }

 p { color: rgb(226,130,203); }

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

background-color css

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

 a { background-color: rgb(226,130,203); }

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

border-color css

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

 span { border-color: rgb(226,130,203); }

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