Html Css Color HEX #E66FCB Orchid

📋 copy color: '#E66FCB'

red 230 ◦ green 111 ◦ blue 203

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

Shades of Orchid #E66FCB

Tints of Orchid #E66FCB

RGB

 RED value IS 230 (90.23% from 255) = 42.28%

 GREEN value IS 111 (43.75% from 255) = 20.4%

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

R = 42.28%
G = 20.4%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E66FCB (or 0xE66FCB) is known color: Orchid. HEX triplet: E6, 6F and CB. RGB value is (230,111,203). Sum of RGB (Red+Green+Blue) = 230+111+203=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FCB is #199034. Grayscale: #9C9C9C. Windows color (decimal): -1675317 or 13332454. OLE color: 13332454.

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

Color convert

RGB 230 111 203 -
CMYK 0 0.52 0.12 0.10
HSL 313.61º 0.7% 0.67% -
HSV(B) 313.61º 0.52% 0.9% -
XYZ 49.1 32.5 60.19 -
YUV 157.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 230 111 203 0 0.52 0.12 0.10 313.61 0.7 0.67
Hex E6 6F CB 0 34 C A 13A 46 43
Octal 346 157 313 0 64 14 12 472 106 103
Binary 11100110 1101111 11001011 0 110100 1100 1010 100111010 1000110 1000011

Color Harmonies of #E66FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FCB

Black with #E66FCB

Text Example


Text Example

White with #E66FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FCB; }

 p { color: rgb(230,111,203); }

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

background-color css

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

 a { background-color: rgb(230,111,203); }

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

border-color css

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

 span { border-color: rgb(230,111,203); }

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