Html Css Color HEX #E770CB Orchid

📋 copy color: '#E770CB'

red 231 ◦ green 112 ◦ blue 203

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

Shades of Orchid #E770CB

Tints of Orchid #E770CB

RGB

 RED value IS 231 (90.63% from 255) = 42.31%

 GREEN value IS 112 (44.14% from 255) = 20.51%

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

R = 42.31%
G = 20.51%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E770CB (or 0xE770CB) is known color: Orchid. HEX triplet: E7, 70 and CB. RGB value is (231,112,203). Sum of RGB (Red+Green+Blue) = 231+112+203=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E770CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770CB is #188F34. Grayscale: #9D9D9D. Windows color (decimal): -1609525 or 13332711. OLE color: 13332711.

HSL color Cylindrical-coordinate representation of color #E770CB: hue angle of 314.12º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770CB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 203 -
CMYK 0 0.52 0.12 0.09
HSL 314.12º 0.71% 0.67% -
HSV(B) 314.12º 0.52% 0.91% -
XYZ 49.53 32.89 60.24 -
YUV 157.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 231 112 203 0 0.52 0.12 0.09 314.12 0.71 0.67
Hex E7 70 CB 0 34 C 9 13A 47 43
Octal 347 160 313 0 64 14 11 472 107 103
Binary 11100111 1110000 11001011 0 110100 1100 1001 100111010 1000111 1000011

Color Harmonies of #E770CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770CB

Black with #E770CB

Text Example


Text Example

White with #E770CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770CB; }

 p { color: rgb(231,112,203); }

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

background-color css

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

 a { background-color: rgb(231,112,203); }

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

border-color css

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

 span { border-color: rgb(231,112,203); }

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