Html Css Color HEX #EF6FDA Orchid

📋 copy color: '#EF6FDA'

red 239 ◦ green 111 ◦ blue 218

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

Shades of Orchid #EF6FDA

Tints of Orchid #EF6FDA

RGB

 RED value IS 239 (93.75% from 255) = 42.08%

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 42.08%
G = 19.54%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF6FDA (or 0xEF6FDA) is known color: Orchid. HEX triplet: EF, 6F and DA. RGB value is (239,111,218). Sum of RGB (Red+Green+Blue) = 239+111+218=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FDA is #109025. Grayscale: #A1A1A1. Windows color (decimal): -1085478 or 14315503. OLE color: 14315503.

HSL color Cylindrical-coordinate representation of color #EF6FDA: hue angle of 309.84º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FDA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 218 -
CMYK 0 0.54 0.09 0.06
HSL 309.84º 0.8% 0.69% -
HSV(B) 309.84º 0.54% 0.94% -
XYZ 53.94 34.78 70.2 -
YUV 161.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 239 111 218 0 0.54 0.09 0.06 309.84 0.8 0.69
Hex EF 6F DA 0 36 9 6 136 50 45
Octal 357 157 332 0 66 11 6 466 120 105
Binary 11101111 1101111 11011010 0 110110 1001 110 100110110 1010000 1000101

Color Harmonies of #EF6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FDA

Black with #EF6FDA

Text Example


Text Example

White with #EF6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FDA; }

 p { color: rgb(239,111,218); }

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

background-color css

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

 a { background-color: rgb(239,111,218); }

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

border-color css

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

 span { border-color: rgb(239,111,218); }

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